Support for more than 64k ELF sections.
[deliverable/binutils-gdb.git] / bfd / elf32-cris.c
index 5f7c6670c8fd6e72e89bcee0a83e8e4050dfe54c..6ee0d9cccf1190e28d01e201b28b4aa5ded55a0e 100644 (file)
@@ -1790,13 +1790,7 @@ cris_elf_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.024282 seconds and 4 git commands to generate.