summaryrefslogtreecommitdiffstats
path: root/libdw
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2014-10-05 17:12:41 +0200
committerMark Wielaard <[email protected]>2014-10-05 17:24:46 +0200
commit2e83c64987a1575f0d9e1d30b3eeae968f4b4156 (patch)
treefbebb437c07652e1bb0ff8ca63ebb3a4f0684968 /libdw
parent281ebd7d5ac10c094b73c6ab812414cd7b891e60 (diff)
dwarf.h: Add DW_AT_GNU_deleted.
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 <[email protected]>
Diffstat (limited to 'libdw')
-rw-r--r--libdw/ChangeLog4
-rw-r--r--libdw/dwarf.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index 29edc46e..f40ad251 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-05 Mark Wielaard <[email protected]>
+
+ * dwarf.h: Add DW_AT_GNU_deleted.
+
2014-10-02 Mark Wielaard <[email protected]>
* dwarf_aggregate_size.c (aggregate_size): Return CU address_size
diff --git a/libdw/dwarf.h b/libdw/dwarf.h
index d98a4bdc..d03cf5c0 100644
--- a/libdw/dwarf.h
+++ b/libdw/dwarf.h
@@ -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
};