merge from gcc

This commit is contained in:
DJ Delorie
2009-07-09 21:01:15 +00:00
parent 2bc49a42c0
commit 08373ab21a
2 changed files with 9 additions and 0 deletions

View 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. */