Add part of patch omittede from previous delta
authorNick Clifton <nickc@redhat.com>
Wed, 17 May 2000 19:55:14 +0000 (19:55 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 17 May 2000 19:55:14 +0000 (19:55 +0000)
bfd/elflink.h

index fc3f1d13300177582c7b8a5595ab875c2a56983f..749d13981c96e0e3f978064dbee5ad0f8c253537 100644 (file)
@@ -6420,7 +6420,7 @@ elf_gc_sections (abfd, info)
              struct elf_link_hash_entry *h, Elf_Internal_Sym *));
 
   if (!get_elf_backend_data (abfd)->can_gc_sections
-      || info->relocateable
+      || info->relocateable || info->emitrelocations
       || elf_hash_table (info)->dynamic_sections_created)
     return true;
 
This page took 0.036101 seconds and 4 git commands to generate.