summaryrefslogtreecommitdiffstats
path: root/libdw/dwarf_getlocation.c
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2018-05-14 17:18:11 +0200
committerMark Wielaard <mark@klomp.org>2018-05-19 12:46:19 +0200
commite9585375426b392cb887789fbf6068ab1f529d4a (patch)
treedaafb011f7bdd45b59a2c9308a8678644cad677c /libdw/dwarf_getlocation.c
parenta7bcf4322f5e23a638c3b5b6f3cf62855865cc4a (diff)
libdw: Add GNU DebugFission attributes, tags, forms and operands.
Most are handled just like their DWARF5 counterparts. Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'libdw/dwarf_getlocation.c')
-rw-r--r--libdw/dwarf_getlocation.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdw/dwarf_getlocation.c b/libdw/dwarf_getlocation.c
index f5776753..116fa715 100644
--- a/libdw/dwarf_getlocation.c
+++ b/libdw/dwarf_getlocation.c
@@ -456,7 +456,9 @@ __libdw_intern_expression (Dwarf *dbg, bool other_byte_order,
case DW_OP_reinterpret:
case DW_OP_GNU_reinterpret:
case DW_OP_addrx:
+ case DW_OP_GNU_addr_index:
case DW_OP_constx:
+ case DW_OP_GNU_const_index:
get_uleb128 (newloc->number, data, end_data);
break;