* objdump.c (dump_bfd): If defaulting to dwarf call
authorNick Clifton <nickc@redhat.com>
Wed, 11 Apr 2012 14:05:30 +0000 (14:05 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 11 Apr 2012 14:05:30 +0000 (14:05 +0000)
        dwarf_select_sections_all to enable displays.

binutils/ChangeLog
binutils/objdump.c

index 85b2da300e4c996cfca56b2e10c94dbb22aad1e7..5c0492c075a71ab42a6b68458de42747b5c66cef 100644 (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.
index f55b79d645415e466de4c3d7a6b8e4bde285329d..02f312d70e1ff83ac4b7171e285dc3998f387721 100644 (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);
        }
     }
This page took 0.027555 seconds and 4 git commands to generate.