Subject: CVS commit: basesrc/lib/csu/common_elf
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 06/06/2002 22:17:02
Module Name:	basesrc
Committed By:	fvdl
Date:		Thu Jun  6 19:17:01 UTC 2002

Modified Files:
	basesrc/lib/csu/common_elf: Makefile.inc

Log Message:
-x is too heavy-handed for removing symbols; newer versions of GNU ld
will completely delete empty local symbols with it. Use -X instead
for crt{begin,end}*.o, to keep init_fallthru hacks.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 basesrc/lib/csu/common_elf/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.