daily update
[deliverable/binutils-gdb.git] / include / dwarf2.h
index f0dbfd28f72760bdab1de26a6981b1a401d0eb10..702110406fde825c44c25bba88e86aa6969e1184 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.  */
 
This page took 0.023532 seconds and 4 git commands to generate.