Subject: CVS commit: src/lib/csu/i386_elf
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/17/2006 16:39:25
Module Name: src
Committed By: christos
Date: Wed May 17 16:39:25 UTC 2006
Modified Files:
src/lib/csu/i386_elf: crt0.c
Log Message:
Avoid weak symbol related bug with _DYNAMIC not being referenced in the
code at all for gcc-4. Fixes statically linked binaries, but the fix is
bogus.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/lib/csu/i386_elf/crt0.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.