From b67ae299337df2d8af07cac6a99630169f0bcdf6 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 7 Oct 2004 14:57:57 +0000 Subject: Skip redundant/bogus test for section membership when examining symbols. --- bfd/elf.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'bfd/elf.c') diff --git a/bfd/elf.c b/bfd/elf.c index 64990b2b..0b2fb84 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -6304,9 +6304,6 @@ 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: -- cgit v1.1