* ldlang.c (wild_doit): Don't copy over SEC_LINK_{ONCE,DUPLICATES}
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 22 May 1996 19:09:32 +0000 (19:09 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 22 May 1996 19:09:32 +0000 (19:09 +0000)
commitfe6e29571a4ee4824ed7c243af5014281e13c91c
tree72f0c1247ac296916e01d384442c77211baf9667
parentd46637152cfbd15fce6ee39059aa06139900814a
* ldlang.c (wild_doit): Don't copy over SEC_LINK_{ONCE,DUPLICATES}
if final link.
* emultempl/pe.em (sfunc): Renamed to sort_by_file_name.
(sort_by_section_name, sort_sections_1): New functions.
(sort_sections): Only sort by file name sections in .idata.
Add "Grouped Sections" support.
(gld${EMULATION_NAME}_place_orphan): Rewrite to support Grouped
Sections.
(gld${EMULATION_NAME}_place_section): Delete.
* scripttempl/pe.sc (.text,.data,.rdata): Add *(.foo\$).
(.CRT,.rsrc): Rewrite to use Grouped Section support.
ld/ChangeLog
ld/emultempl/pe.em