bfd/
[deliverable/binutils-gdb.git] / bfd / elf.c
index f5dfcd63cd45378d8e5a8694095cf2cf374a79a9..5ec92e92b9ca362ff5d57dd88f88d92a526f2a2f 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -2452,8 +2452,7 @@ int
 bfd_elf_get_default_section_type (flagword flags)
 {
   if ((flags & SEC_ALLOC) != 0
-      && ((flags & (SEC_LOAD | SEC_HAS_CONTENTS)) == 0
-         || (flags & SEC_NEVER_LOAD) != 0))
+      && (flags & (SEC_LOAD | SEC_HAS_CONTENTS)) == 0)
     return SHT_NOBITS;
   return SHT_PROGBITS;
 }
This page took 0.024928 seconds and 4 git commands to generate.