2008-01-11 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / bfd / elf32-ppc.c
index 69cc740e81775533a670aed22a5e6a878d70aaf0..0c15f3b367a880481b50d0bc13e7ced947cd6b31 100644 (file)
@@ -3910,6 +3910,9 @@ ppc_elf_gc_sweep_hook (bfd *abfd,
   const Elf_Internal_Rela *rel, *relend;
   asection *got2;
 
+  if (info->relocatable)
+    return TRUE;
+
   if ((sec->flags & SEC_ALLOC) == 0)
     return TRUE;
 
This page took 0.032019 seconds and 4 git commands to generate.