bfd/
[deliverable/binutils-gdb.git] / bfd / merge.c
index c1795d29112f71c5c8748636919cd71cc9ea33c0..577a716002ecb3126b193bbbb3631e1d5776ef5c 100644 (file)
@@ -766,7 +766,7 @@ _bfd_merge_sections (bfd *abfd ATTRIBUTE_UNUSED,
           the hash table at all.  */
        for (secinfo = sinfo->chain; secinfo; secinfo = secinfo->next)
          if (secinfo->first_str == NULL)
-           secinfo->sec->flags |= SEC_EXCLUDE;
+           secinfo->sec->flags |= SEC_EXCLUDE | SEC_KEEP;
     }
 
   return TRUE;
This page took 0.02338 seconds and 4 git commands to generate.