Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/lib/csu/common_elf



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.




Home | Main Index | Thread Index | Old Index