That'll teach me not to type little patches in by hand. Get
authorAlan Modra <amodra@gmail.com>
Fri, 29 Sep 2000 07:14:05 +0000 (07:14 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 29 Sep 2000 07:14:05 +0000 (07:14 +0000)
the parentheses right.

bfd/elf.c

index 742376173c2235e1300b5c784ade1f930e12cabd..e14135b737afc553a01e1fa59118d26cffea3377 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -1787,7 +1787,7 @@ elf_fake_sections (abfd, asect, failedptrarg)
                    || this_hdr->sh_info == elf_tdata (abfd)->cverrefs);
     }
   else if ((asect->flags & SEC_ALLOC) != 0
-          && ((asect->flags & (SEC_LOAD | SEC_HAS_CONTENTS) == 0)))
+          && ((asect->flags & (SEC_LOAD | SEC_HAS_CONTENTS)) == 0))
     this_hdr->sh_type = SHT_NOBITS;
   else
     this_hdr->sh_type = SHT_PROGBITS;