OSDN Git Service

2009-07-09 Jakub Jelinek <jakub@redhat.com>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Jul 2009 20:16:56 +0000 (20:16 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Jul 2009 20:16:56 +0000 (20:16 +0000)
* dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
and DW_OP_stack_value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149438 138bc75d-0d04-0410-961f-82ee72b054a4

include/ChangeLog
include/dwarf2.h

index ccd9274..ef802e5 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-09  Jakub Jelinek  <jakub@redhat.com>
+
+       * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
+       and DW_OP_stack_value.
+
 2009-07-09  Tom Tromey  <tromey@redhat.com>
 
        * elf/dwarf2.h: Remove, renaming to...
index f0dbfd2..7021104 100644 (file)
@@ -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.  */