mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* objdump.c (dump_bfd): If defaulting to dwarf call
dwarf_select_sections_all to enable displays.
This commit is contained in:
parent
82e0cec1e5
commit
1233b4a775
@ -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.
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user