diff options
author | DJ Delorie <dj@redhat.com> | 2014-12-15 06:56:39 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2014-12-15 06:56:39 +0000 |
commit | b536197a756353da081234a828eaa5c4a4cf4181 (patch) | |
tree | 2accb959edaa6f4c529fcf448ce51e0010788172 /include/dwarf2.def | |
parent | f58bc5991f017a0c720d79b4bb3c0c082e835b04 (diff) | |
download | cygnal-b536197a756353da081234a828eaa5c4a4cf4181.tar.gz cygnal-b536197a756353da081234a828eaa5c4a4cf4181.tar.bz2 cygnal-b536197a756353da081234a828eaa5c4a4cf4181.zip |
merge from gcc
Diffstat (limited to 'include/dwarf2.def')
-rw-r--r-- | include/dwarf2.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dwarf2.def b/include/dwarf2.def index 8ca143c52..ea8127c8b 100644 --- a/include/dwarf2.def +++ b/include/dwarf2.def @@ -133,6 +133,8 @@ DW_TAG (DW_TAG_shared_type, 0x40) DW_TAG (DW_TAG_type_unit, 0x41) DW_TAG (DW_TAG_rvalue_reference_type, 0x42) DW_TAG (DW_TAG_template_alias, 0x43) +/* DWARF 5. */ +DW_TAG (DW_TAG_atomic_type, 0x47) DW_TAG_DUP (DW_TAG_lo_user, 0x4080) DW_TAG_DUP (DW_TAG_hi_user, 0xffff) @@ -308,6 +310,8 @@ DW_AT (DW_AT_data_bit_offset, 0x6b) DW_AT (DW_AT_const_expr, 0x6c) DW_AT (DW_AT_enum_class, 0x6d) DW_AT (DW_AT_linkage_name, 0x6e) +/* DWARF 5. */ +DW_AT (DW_AT_noreturn, 0x87) DW_AT_DUP (DW_AT_lo_user, 0x2000) /* Implementation-defined range start. */ DW_AT_DUP (DW_AT_hi_user, 0x3fff) /* Implementation-defined range end. */ |