aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-11-09 10:37:51 +0000
committerNick Clifton <nickc@redhat.com>2020-11-09 10:37:51 +0000
commit521d4b194f89ca8f7d5d3cce1ecdc4fc7559205c (patch)
tree95cb3e0e48947daf17f5c153e8a210525fcf8770 /binutils/ChangeLog
parenta4e91c46306ed0bd24b45f882af0e28c5c8c3634 (diff)
downloadgdb-521d4b194f89ca8f7d5d3cce1ecdc4fc7559205c.zip
gdb-521d4b194f89ca8f7d5d3cce1ecdc4fc7559205c.tar.gz
gdb-521d4b194f89ca8f7d5d3cce1ecdc4fc7559205c.tar.bz2
Extend the DWARF decoder to display FORM names when operating in wide mode.
PR 26847 * dwarf.c (read_and_display_attr_value): In wide mode, display the name of the form.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 49e1f05..25ba608 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2020-11-09 Nick Clifton <nickc@redhat.com>
+
+ PR 26847
+ * dwarf.c (read_and_display_attr_value): In wide mode, display the
+ name of the form.
+
2020-11-09 Alan Modra <amodra@gmail.com>
* elfedit (usage): Avoid false positive "may be used uninitialised".