OSDN Git Service

bfd/
authorAlan Modra <amodra@bigpond.net.au>
Wed, 26 May 2004 10:23:51 +0000 (10:23 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Wed, 26 May 2004 10:23:51 +0000 (10:23 +0000)
commit00f4e74f46db76b1a659e03290612c4e049bd226
tree17e38f2418afd7a2f1bb449ecd13ecef1c37b4a4
parent06552f9aaf0f0656babe3b79890ef6817ddc667d
bfd/
* elf.c (_bfd_elf_make_section_from_shdr): Don't set SEC_EXCLUDE
for SHT_GROUP sections.
ld/
* ldlang.c (lang_add_section): Set SEC_EXCLUDE for SEC_GROUP
sections when doing a final link.  Clear SEC_EXCLUDE when doing
a relocable link, except for SEC_DEBUGGING sections.
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Use the
same condition here to drop SEC_EXCLUDE orphan sections.
bfd/ChangeLog
bfd/elf.c
ld/ChangeLog
ld/emultempl/elf32.em
ld/ldlang.c