* configure.tgt (mips*-sgi-irix[56]*): Use elf32bsmip rather than
[deliverable/binutils-gdb.git] / ld / ldlang.c
index 66b35906c54e03fa24d0d315c4974e382f8e38fb..ad582081898a4cce83f05f31601beaaa692989bb 100644 (file)
@@ -845,7 +845,7 @@ wild_doit (ptr, section, output, file)
          output->bfd_section->flags &= ~SEC_ALLOC;
          break;
        case noload_section:
-         output->bfd_section->flags &= ~SEC_LOAD;
+         output->bfd_section->flags &= ~ (SEC_LOAD | SEC_HAS_CONTENTS);
          output->bfd_section->flags |= SEC_NEVER_LOAD;
          break;
        }
This page took 0.022595 seconds and 4 git commands to generate.