* objdump.c (dump_bfd): If defaulting to dwarf call

dwarf_select_sections_all to enable displays.
This commit is contained in:
Nick Clifton 2012-04-11 14:05:30 +00:00
parent 82e0cec1e5
commit 1233b4a775
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-04-11 Ryan Mansfield <rmansfield@qnx.com>
* objdump.c (dump_bfd): If defaulting to dwarf call
dwarf_select_sections_all to enable displays.
2012-04-06 Roland McGrath <mcgrathr@google.com>
* configure.in (AC_CHECK_HEADERS): Add locale.h.

View File

@ -3230,6 +3230,7 @@ dump_bfd (bfd *abfd)
info in the file, try DWARF instead. */
else if (! dump_dwarf_section_info)
{
dwarf_select_sections_all ();
dump_dwarf (abfd);
}
}