diff options
author | Nick Clifton <nickc@redhat.com> | 2009-12-03 12:28:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-12-03 12:28:37 +0000 |
commit | f9f0e73285704b47d65e73890b8fb63dc7139460 (patch) | |
tree | fcfde6acb84866169655abd79c8576c0ca7dc6a1 /binutils/ChangeLog | |
parent | 8b7dbdc92350e95a77548f36c2b537018ca7d52b (diff) | |
download | gdb-f9f0e73285704b47d65e73890b8fb63dc7139460.zip gdb-f9f0e73285704b47d65e73890b8fb63dc7139460.tar.gz gdb-f9f0e73285704b47d65e73890b8fb63dc7139460.tar.bz2 |
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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 13c917f..5c43079 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,18 @@ +2009-12-03 Nick Clifton <nickc@redhat.com> + + 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. + 2009-12-02 Jerker Bäck <jerker.back@gmail.com> PR binutils/11017 |