summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2017-07-25 15:29:10 +0200
committerMark Wielaard <mark@klomp.org>2017-08-02 13:51:51 +0200
commit8e9c76b680b3b3dc8bcabfe7bd84760b99bf83f5 (patch)
tree851e427647036a27da9aeebb01a9644426d0537e /ChangeLog
parent33220d549df9991b43da894fb03a22722a74cafb (diff)
libdw: Add DWARF5 attributes.
Add new DWARF5 attribute constant names to the attributes enum. Also add reserved comments between non-consecutive (reserved) numbers. Remove DW_AT_subscr_data, DW_AT_element_list and DW_AT_member from the enum list and turn them into compatibility defines because they are not part of DWARF2+. That way code that directly references them still compiles but they won't show up in known-dwarf.h. Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5f7095b..f787f765 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-25 Mark Wielaard <mark@klomp.org>
+
+ * NEWS: Mention new DWARF5 attributes in dwarf.h.
+
2017-07-18 Mark Wielaard <mark@klomp.org>
* configure.ac: Don't check for linux/bpf.h.