OSDN Git Service

PR binutils/11045
authornickc <nickc>
Thu, 3 Dec 2009 21:28:36 +0000 (21:28 +0000)
committernickc <nickc>
Thu, 3 Dec 2009 21:28:36 +0000 (21:28 +0000)
commita306ae8b0e69a4ca30bdf5c87cbdeddbce8e8b2f
tree8ab62226f75ab0ad40f832576259d4ae2514643d
parent67ecb69cdea6428a503f126b3216e2308a5b5ad4
    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