diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/dwarf2.def | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 16dc84a..4004997 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2015-02-09 Mark Wielaard <mjw@redhat.com> + + * dwarf2.def: Add DW_TAG_atomic_type. + 2015-01-28 James Bowman <james.bowman@ftdichip.com> * dis-asm.h (print_insn_ft32): Declare. diff --git a/include/dwarf2.def b/include/dwarf2.def index 3aecdfc..e61cfbe 100644 --- a/include/dwarf2.def +++ b/include/dwarf2.def @@ -131,6 +131,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) |