PR binutils/11045
commitb522cdde1afbbfdaee625a62c0d2c27ff5590482
authorNick Clifton <nickc@redhat.com>
Thu, 3 Dec 2009 12:28:36 +0000 (3 12:28 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 3 Dec 2009 12:28:36 +0000 (3 12:28 +0000)
tree115378e37e88b348871e78e46d569b3f40c81b36
parent9322f582cead1bc706207a0e5c5434ddefaae8dd
    PR binutils/11045
        * dwarf.c (do_debug_pubtypes): New variable.
        (dwarf_select_sections_by_names): Handle .debug_pubtypes.
        (dwarf_select_sections_by_letters): Add 't' for .debug_pubtype.
        (dwarf_select_sections_all): Set do_debug_pubtypes.
        (debug_displays): Add support for .debug_pubtypes.
        * dwarf.h (do_debug_pubtypes): Export.
        * objdump.c (usage): Add -wt or --dwarf=pubtypes.
        * readelf.c (usage): Likewise.
        (process_section_headers): Enable debug display if
        do_debug_pubtypes is set.
        * doc/binutils.texi: Document -wt/--dwarf=pubtypes option.
binutils/ChangeLog
binutils/doc/binutils.texi
binutils/dwarf.c
binutils/dwarf.h
binutils/objdump.c
binutils/readelf.c