summaryrefslogtreecommitdiff
path: root/include/dwarf2.def
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2014-11-18 23:37:52 +0000
committerAndrew Burgess <andrew.burgess@embecosm.com>2014-11-21 22:46:39 +0000
commite235c3a213b73bf2da20d3c45a60a241139714f0 (patch)
treec40c7093101c05d9da75d775b605e4b482050405 /include/dwarf2.def
parent0a9d414aa114b7b7e609cbcbc285f79031bbe608 (diff)
downloadbinutils-gdb-e235c3a213b73bf2da20d3c45a60a241139714f0.tar.gz
Merge include/* files from GCC commit 77cab4753.
include/ChangeLog: PR debug/63239 * dwarf2.def (DW_AT_GNU_deleted): New attribute.
Diffstat (limited to 'include/dwarf2.def')
-rw-r--r--include/dwarf2.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dwarf2.def b/include/dwarf2.def
index 71a37b30c9f..42a8d4bceeb 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)