Merge include/* files from GCC commit 77cab4753.
authorAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 18 Nov 2014 23:37:52 +0000 (23:37 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 21 Nov 2014 22:46:39 +0000 (22:46 +0000)
include/ChangeLog:

PR debug/63239
* dwarf2.def (DW_AT_GNU_deleted): New attribute.

include/ChangeLog
include/dwarf2.def

index 31a7996678f0bb7cc3d94be64cc4ec6025881d08..8ee46ee8fea21724c329f40abb5086586665ce3e 100644 (file)
@@ -1,3 +1,8 @@
+2014-11-21  Mark Wielaard  <mjw@redhat.com>
+
+       PR debug/63239
+       * dwarf2.def (DW_AT_GNU_deleted): New attribute.
+
 2014-11-21  Terry Guo  <terry.guo@arm.com>
 
        * opcode/arm.h (FPU_VFP_EXT_ARMV8xD): New macro.
index 71a37b30c9f87b429bab08a4a420caa9a6385503..42a8d4bceeb49c3e44efbbddf062b0780a722d65 100644 (file)
@@ -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)
This page took 0.026366 seconds and 4 git commands to generate.