daily update
[deliverable/binutils-gdb.git] / bfd / elf64-x86-64.c
index 9f7fdd3dc3f645f49ba35c54168d53eacb711d74..4bbbb0871ead7bdd9677af621757aceebf3e96ad 100644 (file)
@@ -666,13 +666,7 @@ elf64_x86_64_gc_mark_hook (abfd, info, rel, h, sym)
     }
   else
     {
-      if (!(elf_bad_symtab (abfd)
-           && ELF_ST_BIND (sym->st_info) != STB_LOCAL)
-         && ! ((sym->st_shndx <= 0 || sym->st_shndx >= SHN_LORESERVE)
-               && sym->st_shndx != SHN_COMMON))
-       {
-         return bfd_section_from_elf_index (abfd, sym->st_shndx);
-       }
+      return bfd_section_from_elf_index (abfd, sym->st_shndx);
     }
 
   return NULL;
This page took 0.024585 seconds and 4 git commands to generate.