diff options
author | DJ Delorie <dj@redhat.com> | 2014-10-14 18:02:03 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2014-10-14 18:02:03 +0000 |
commit | 34e2edb76a18b25a8380e01aef4807ec09d16c26 (patch) | |
tree | 421db4ff1656606cd9a2809b0efa1628cb096ae7 /include/dwarf2.def | |
parent | 6a56366a9eb80ad26ca2bb97ce424b40cf25933e (diff) | |
download | cygnal-34e2edb76a18b25a8380e01aef4807ec09d16c26.tar.gz cygnal-34e2edb76a18b25a8380e01aef4807ec09d16c26.tar.bz2 cygnal-34e2edb76a18b25a8380e01aef4807ec09d16c26.zip |
merge from gcc
Diffstat (limited to 'include/dwarf2.def')
-rw-r--r-- | include/dwarf2.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dwarf2.def b/include/dwarf2.def index 71a37b30c..42a8d4bce 100644 --- a/include/dwarf2.def +++ b/include/dwarf2.def @@ -383,6 +383,8 @@ DW_AT (DW_AT_GNU_all_call_sites, 0x2117) DW_AT (DW_AT_GNU_all_source_call_sites, 0x2118) /* Section offset into .debug_macro section. */ DW_AT (DW_AT_GNU_macros, 0x2119) +/* Attribute for C++ deleted special member functions (= delete;). */ +DW_AT (DW_AT_GNU_deleted, 0x211a) /* Extensions for Fission. See http://gcc.gnu.org/wiki/DebugFission. */ DW_AT (DW_AT_GNU_dwo_name, 0x2130) DW_AT (DW_AT_GNU_dwo_id, 0x2131) |