diff options
Diffstat (limited to 'contrib/gcc/dwarf2.h')
-rw-r--r-- | contrib/gcc/dwarf2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gcc/dwarf2.h b/contrib/gcc/dwarf2.h index 0d433c3..a84eb2c 100644 --- a/contrib/gcc/dwarf2.h +++ b/contrib/gcc/dwarf2.h @@ -239,6 +239,7 @@ enum dwarf_attribute DW_AT_src_coords = 0x2104, DW_AT_body_begin = 0x2105, DW_AT_body_end = 0x2106, + DW_AT_GNU_vector = 0x2107, /* VMS Extensions. */ DW_AT_VMS_rtnbeg_pd_address = 0x2201 }; |