bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-ppc.c
index 9e9acec9dcdbdd23eacf9ddaf4a5c4b769bc581f..6f572da2c39328cd87ef54f3b17e91693e6fe021 100644 (file)
@@ -4084,7 +4084,7 @@ ppc_elf_size_dynamic_sections (bfd *output_bfd ATTRIBUTE_UNUSED,
 
       if (s->size == 0)
        {
-         _bfd_strip_section_from_output (info, s);
+         s->flags |= SEC_EXCLUDE;
          continue;
        }
 
This page took 0.027888 seconds and 4 git commands to generate.