]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarf.h: Add DW_AT_GNU_deleted.
authorMark Wielaard <mjw@redhat.com>
Sun, 5 Oct 2014 15:12:41 +0000 (17:12 +0200)
committerMark Wielaard <mjw@redhat.com>
Sun, 5 Oct 2014 15:24:46 +0000 (17:24 +0200)
DW_AT_GNU_deleted is added by G++ for C++11 deleted special member
functions (= delete;). This is a constant only addition to dwarf.h.
No other part of elfutils currently depends on this attribute.
Also added to https://fedorahosted.org/elfutils/wiki/DwarfExtensions

Signed-off-by: Mark Wielaard <mjw@redhat.com>
libdw/ChangeLog
libdw/dwarf.h

index 29edc46e8050cf1319b412d0ee32cea05ee45b4b..f40ad251f34fa1805c3ec8716a7a20fe289ccdf2 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-05  Mark Wielaard  <mjw@redhat.com>
+
+       * dwarf.h: Add DW_AT_GNU_deleted.
+
 2014-10-02  Mark Wielaard  <mjw@redhat.com>
 
        * dwarf_aggregate_size.c (aggregate_size): Return CU address_size
index d98a4bdc908a2ff7ab4d041c72fd4b89057c5ced..d03cf5c0db83d377e095ad629b580f2345a62d16 100644 (file)
@@ -267,6 +267,7 @@ enum
     DW_AT_GNU_all_call_sites = 0x2117,
     DW_AT_GNU_all_source_call_sites = 0x2118,
     DW_AT_GNU_macros = 0x2119,
+    DW_AT_GNU_deleted = 0x211a,
 
     DW_AT_hi_user = 0x3fff
   };