Add a check to see if the section for the symbol is chosen using
process_section_p.
+2005-04-04 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
+
+ PR binutils/813
+ * objdump.c (dump_symbols): Add a check to see if the section for
+ the symbol is chosen using process_section_p.
+
2005-03-23 Nick Clifton <nickc@redhat.com>
* po/fr.po: Updated translation.
printf (_("could not determine the type of symbol number %ld\n"),
count);
- else if (dump_special_syms
- || !bfd_is_target_special_symbol (cur_bfd, *current))
+ else if (process_section_p ((* current)->section)
+ && (dump_special_syms
+ || !bfd_is_target_special_symbol (cur_bfd, *current)))
{
const char *name = (*current)->name;