aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2018-07-30 15:35:45 -0700
committerKevin Buettner <kevinb@redhat.com>2018-08-08 08:10:36 -0700
commitf384a1f025084a4a6370d7ada6dc7198ad3454e4 (patch)
tree68ea1461a61a1f519b168b2d50ee1d1989f49c16 /binutils/ChangeLog
parentf7309df20c4e787041cedc4a6aced89c15259e54 (diff)
downloadgdb-f384a1f025084a4a6370d7ada6dc7198ad3454e4.zip
gdb-f384a1f025084a4a6370d7ada6dc7198ad3454e4.tar.gz
gdb-f384a1f025084a4a6370d7ada6dc7198ad3454e4.tar.bz2
Add support for DW_OP_GNU_variable_value to readelf
As indicated by the subject, this patch adds support for the DWARF expression opcode DW_OP_GNU_variable_value to readelf. It's pretty much a copy/paste of DW_OP_call_ref with the obvious name changes for the printf statements. The FIXME comment comes from that copy/paste. binutils/ChangeLog: * dwarf.c (decode_location_expresion): Add case for DW_OP_GNU_variable_value.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 9fce7b6..6ed758b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2018-08-08 Kevin Buettner <kevinb@redhat.com>
+
+ * dwarf.c (decode_location_expresion): Add case for
+ DW_OP_GNU_variable_value.
+
2018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
* readelf.c (display_arc_attribute): Print Tag_ARC_ATR_version.