* elf32-i370.c (i370_elf_fake_sections): Don't set SHF_EXCLUDE on

group sections.
This commit is contained in:
Alan Modra 2005-10-24 11:18:03 +00:00
parent 15cf70afb6
commit 3e45f319ea
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-10-24 Alan Modra <amodra@bigpond.net.au>
* elf32-i370.c (i370_elf_fake_sections): Don't set SHF_EXCLUDE on
group sections.
2005-10-24 Jan Beulich <jbeulich@novell.com>
* cpu-ia64-opc.c (elf64_ia64_operands): Move memory operand out of

View File

@ -379,7 +379,7 @@ i370_elf_fake_sections (bfd *abfd ATTRIBUTE_UNUSED,
Elf_Internal_Shdr *shdr,
asection *asect)
{
if ((asect->flags & SEC_EXCLUDE) != 0)
if ((asect->flags & (SEC_GROUP | SEC_EXCLUDE)) == SEC_EXCLUDE)
shdr->sh_flags |= SHF_EXCLUDE;
if ((asect->flags & SEC_SORT_ENTRIES) != 0)