summaryrefslogtreecommitdiffstats
path: root/include/dwarf2.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-07-09 21:01:15 +0000
committerDJ Delorie <dj@redhat.com>2009-07-09 21:01:15 +0000
commit08373ab21a59f630e2e52d20d0151b34ef5867c0 (patch)
tree897661b92c75ab58826948e1c8104952440b644e /include/dwarf2.h
parent2bc49a42c0aad7e8cb0d01e1e52e34e3f788bd45 (diff)
downloadcygnal-08373ab21a59f630e2e52d20d0151b34ef5867c0.tar.gz
cygnal-08373ab21a59f630e2e52d20d0151b34ef5867c0.tar.bz2
cygnal-08373ab21a59f630e2e52d20d0151b34ef5867c0.zip
merge from gcc
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r--include/dwarf2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h
index f0dbfd28f..702110406 100644
--- a/include/dwarf2.h
+++ b/include/dwarf2.h
@@ -548,6 +548,10 @@ enum dwarf_location_atom
DW_OP_call_frame_cfa = 0x9c,
DW_OP_bit_piece = 0x9d,
+ /* DWARF 4 extensions. */
+ DW_OP_implicit_value = 0x9e,
+ DW_OP_stack_value = 0x9f,
+
DW_OP_lo_user = 0xe0, /* Implementation-defined range start. */
DW_OP_hi_user = 0xff, /* Implementation-defined range end. */