mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
* elf32-i370.c (i370_elf_fake_sections): Don't set SHF_EXCLUDE on
group sections.
This commit is contained in:
parent
15cf70afb6
commit
3e45f319ea
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user