2008-01-11 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / bfd / elf32-cris.c
index efcefba25389cca65b2c38d3c1ddc47236ebeeec..75d069507013a985830819af2f991ce327437e20 100644 (file)
@@ -1986,6 +1986,9 @@ cris_elf_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.026276 seconds and 4 git commands to generate.