summaryrefslogtreecommitdiff
path: root/libdw/dwarf.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-01-17 14:39:35 -0800
committerRoland McGrath <roland@redhat.com>2009-01-17 14:39:35 -0800
commit54456d8e63bfe787e2b616993e26aba1c8dffa4d (patch)
treeaefaaf28c7e03e2fe28413a6ee4fb24d848c7139 /libdw/dwarf.h
parent5513e643d78785900e8e9f723844beb1fc03d537 (diff)
parente9c5963d7556ada8c852cb43130982ae53e9a0de (diff)
downloadelfutils-54456d8e63bfe787e2b616993e26aba1c8dffa4d.tar.gz
Merge commit 'origin/master' into roland/known-dwarf
Conflicts: libdw/ChangeLog
Diffstat (limited to 'libdw/dwarf.h')
-rw-r--r--libdw/dwarf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libdw/dwarf.h b/libdw/dwarf.h
index bdd16d93..cce46304 100644
--- a/libdw/dwarf.h
+++ b/libdw/dwarf.h
@@ -432,6 +432,10 @@ enum
DW_OP_call_frame_cfa = 0x9c,/* CFA as determined by CFI. */
DW_OP_bit_piece = 0x9d, /* ULEB128 size and ULEB128 offset in bits. */
+ /* GNU extensions. */
+ DW_OP_GNU_push_tls_address = 0xe0,
+ DW_OP_GNU_uninit = 0xf0,
+
DW_OP_lo_user = 0xe0, /* Implementation-defined range start. */
DW_OP_hi_user = 0xff /* Implementation-defined range end. */
};