Re: [PATCH 1/3] readelf: Handle DW_OP_GNU_variable_value.
On Sun, 2017-11-05 at 00:31 +0100, Mark Wielaard wrote: > Also format both DW_OP_call_ref and DW_OP_GNU_variable_value argument > as a normal DIE reference. Pushed to master.
[PATCH 1/3] readelf: Handle DW_OP_GNU_variable_value.
Also format both DW_OP_call_ref and DW_OP_GNU_variable_value argument as a normal DIE reference. Signed-off-by: Mark Wielaard --- libdw/ChangeLog | 4 libdw/dwarf.h | 1 + src/ChangeLog | 5 + src/readelf.c | 5 +++-- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a