Skip redundant/bogus test for section membership when examining symbols.
[deliverable/binutils-gdb.git] / bfd / elf32-arm.h
index a8aac2b90b69c70468918d8df045502d14aa972b..0fcfe7956446f8d58d3950cbbf34761f4e967bb3 100644 (file)
@@ -3186,9 +3186,6 @@ arm_elf_find_function (bfd *         abfd ATTRIBUTE_UNUSED,
 
       q = (elf_symbol_type *) *p;
 
-      if (bfd_get_section (&q->symbol) != section)
-       continue;
-
       switch (ELF_ST_TYPE (q->internal_elf_sym.st_info))
        {
        default:
This page took 0.022893 seconds and 4 git commands to generate.