OSDN Git Service

bfd/
authoramodra <amodra>
Wed, 26 May 2004 10:23:45 +0000 (10:23 +0000)
committeramodra <amodra>
Wed, 26 May 2004 10:23:45 +0000 (10:23 +0000)
commitaff6155ebf525331161d512838634ef08d71ada1
tree52e822a9e9246f0a81ad0bd35e4981e00eec8e05
parent10c480fa7a30eb4b3ad0109d551268786ec58160
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