daily update
[deliverable/binutils-gdb.git] / bfd / elf32-vax.c
index 69dbdcda64c05cbc6fa360c3bb098d1947aa4fe1..77f8b419fbd884f4c564efdc479d4402388188aa 100644 (file)
@@ -867,6 +867,9 @@ elf_vax_gc_sweep_hook (bfd *abfd, struct bfd_link_info *info, asection *sec,
   const Elf_Internal_Rela *rel, *relend;
   bfd *dynobj;
 
+  if (info->relocatable)
+    return TRUE;
+
   dynobj = elf_hash_table (info)->dynobj;
   if (dynobj == NULL)
     return TRUE;
This page took 0.022809 seconds and 4 git commands to generate.