Module Name: src Committed By: christos Date: Tue Apr 20 22:47:48 UTC 2010
Modified Files: src/external/gpl3/binutils/dist/ld/emulparams: elf_i386.sh Log Message: XXX: This is a hack, the note inclusion does not belong here, and it belongs in a separate elf_nbsd.sh, included from elf_i386_nbsd.sh. The problem is described in: https://bugzilla.redhat.com/show_bug.cgi?id=492183#c7, namely if all the sections are not defined in the ld script, it can screw up. This happens when building /usr/src/usr.sbin.crash with MKPIE=yes. Thanks to Piotr Meyer for the report and analysis. We don't need to fix any other archs yet (because crash only works on i386), but we should. skrll should look into it, please :-) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl3/binutils/dist/ld/emulparams/elf_i386.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.