summaryrefslogtreecommitdiffstats
path: root/libdw/dwarf.h
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2010-05-08 04:01:14 -0700
committerRoland McGrath <[email protected]>2010-08-30 04:10:41 -0700
commit932585d2385c9d4e5686e4ddc9ba30c68172d7f3 (patch)
treed9a9bd294301b8d01c7a994b9560cb68121dcd3f /libdw/dwarf.h
parenta159915a87d83951acb9e504b9cefc08ba98b8bd (diff)
Handle DW_OP_GNU_implicit_pointer.
Diffstat (limited to 'libdw/dwarf.h')
-rw-r--r--libdw/dwarf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdw/dwarf.h b/libdw/dwarf.h
index dbf56e91..edf57b49 100644
--- a/libdw/dwarf.h
+++ b/libdw/dwarf.h
@@ -475,6 +475,7 @@ enum
DW_OP_GNU_push_tls_address = 0xe0,
DW_OP_GNU_uninit = 0xf0,
DW_OP_GNU_encoded_addr = 0xf1,
+ DW_OP_GNU_implicit_pointer = 0xf2,
DW_OP_lo_user = 0xe0, /* Implementation-defined range start. */
DW_OP_hi_user = 0xff /* Implementation-defined range end. */