diff options
author | Tom de Vries <vries@gcc.gnu.org> | 2019-07-25 17:24:22 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-07-25 17:24:22 +0100 |
commit | 48467cb99b04c9d908ce2dd74422c9c3f322ccc3 (patch) | |
tree | ef603fc08d849d88c525532ef2b078ca1bc85af5 /binutils/ChangeLog | |
parent | c7c860d2d29ca3e774c29f328d2af42eeb031958 (diff) | |
download | gdb-48467cb99b04c9d908ce2dd74422c9c3f322ccc3.zip gdb-48467cb99b04c9d908ce2dd74422c9c3f322ccc3.tar.gz gdb-48467cb99b04c9d908ce2dd74422c9c3f322ccc3.tar.bz2 |
Have readelf and objdump display the contents of the DWARF augmentation data as a string, if it is printable.
PR 24809
* dwarf.c (display_debug_names): Display the contents of the
augmentation string, if it is printable.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 635f221..84db140 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2019-07-25 Tom de Vries <vries@gcc.gnu.org> + + PR 24809 + * dwarf.c (display_debug_names): Display the contents of the + augmentation string, if it is printable. + 2019-07-25 Nick Clifton <nickc@redhat.com> PR 24837 |