bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-xtensa.c
index 8dc18380fd37d028c7c1ac4f0ed101412d7b793c..639baf7b280fdf6beca217f71540a57ec83b5afe 100644 (file)
@@ -1462,7 +1462,7 @@ elf_xtensa_size_dynamic_sections (bfd *output_bfd ATTRIBUTE_UNUSED,
        }
 
       if (strip)
-       _bfd_strip_section_from_output (info, s);
+       s->flags |= SEC_EXCLUDE;
       else
        {
          /* Allocate memory for the section contents.  */
This page took 0.023415 seconds and 4 git commands to generate.