Support for more than 64k ELF sections.
[deliverable/binutils-gdb.git] / bfd / elf64-mips.c
index 41071e343c371040447dfb63f89cac4a6f52d423..2be34e9e266296c40826ab0f483371833a9df853 100644 (file)
@@ -5088,13 +5088,7 @@ mips_elf64_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.024358 seconds and 4 git commands to generate.