+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-04-01 H.J. Lu <hongjiu.lu@intel.com>
* NEWS: Mention new readelf options, "-N/--full-section-name"
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;
bfd_print_symbol_all);
printf ("\n");
}
+
current++;
}
printf ("\n\n");