Tidy up formatting in bfd-in2.h
[deliverable/binutils-gdb.git] / bfd / elf32-avr.c
index 3efd24886b3e4a0e420d8f63258c3d497a02a40c..61f28e6d4e2270a9e1424eaf7e9909bc2503bdc9 100644 (file)
@@ -427,14 +427,9 @@ elf32_avr_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.023428 seconds and 4 git commands to generate.