2008-01-11 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / bfd / elf32-m68k.c
index 57431c991222ee9b5e8eb4a603dbc0c8100721e7..94a61e95e94748be633564c71b1ab54c3c5358de 100644 (file)
@@ -1093,6 +1093,9 @@ elf_m68k_gc_sweep_hook (bfd *abfd,
   asection *sgot;
   asection *srelgot;
 
+  if (info->relocatable)
+    return TRUE;
+
   dynobj = elf_hash_table (info)->dynobj;
   if (dynobj == NULL)
     return TRUE;
This page took 0.023932 seconds and 4 git commands to generate.