summaryrefslogtreecommitdiff
path: root/bfd/elf32-i370.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-10-24 11:18:03 +0000
committerAlan Modra <amodra@bigpond.net.au>2005-10-24 11:18:03 +0000
commit50da6189bb9ea00b6be57bad057724a4afe49af0 (patch)
tree6f507d7131a961d19838ad254ad822062ab305f1 /bfd/elf32-i370.c
parentb4fabcb394b1caf415cd6ae026a336966674ad70 (diff)
downloadbinutils-redhat-50da6189bb9ea00b6be57bad057724a4afe49af0.tar.gz
* elf32-i370.c (i370_elf_fake_sections): Don't set SHF_EXCLUDE on
group sections.
Diffstat (limited to 'bfd/elf32-i370.c')
-rw-r--r--bfd/elf32-i370.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i370.c b/bfd/elf32-i370.c
index c9c4433780..d9e6fbf528 100644
--- a/bfd/elf32-i370.c
+++ b/bfd/elf32-i370.c
@@ -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)