diff options
author | Nick Clifton <nickc@redhat.com> | 2004-10-07 14:57:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-10-07 14:57:57 +0000 |
commit | b67ae299337df2d8af07cac6a99630169f0bcdf6 (patch) | |
tree | 47a406863bc2336c4ee19e64783ee9f5afe8d193 /bfd/elf.c | |
parent | 5c5054ab4802a9313958efee38493ad7cfa8b939 (diff) | |
download | binutils-gdb-b67ae299337df2d8af07cac6a99630169f0bcdf6.tar.gz |
Skip redundant/bogus test for section membership when examining symbols.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r-- | bfd/elf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/elf.c b/bfd/elf.c index 64990b2be08..0b2fb843815 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: |