summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2017-07-26 18:32:27 +0200
committerMark Wielaard <mark@klomp.org>2017-08-02 13:51:52 +0200
commit02e3093731b698547d30aaa3c1a0f66485a88ebd (patch)
treef532fbdd88f140c4a26b890385bec8b21b71c84e /ChangeLog
parent75834f33d6abcbfbd160af97cda5bc83c9ed8a5d (diff)
Handle DWARF5 defaulted member function encodings.
Add DW_DEFAULTED_no, DW_DEFAULTED_in_class and DW_DEFAULTED_out_of_class to dwarf.h. Print value (no, in_class or out_of_class) of DW_AT_defaulted in readelf. Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7748f139..b4722db6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2017-07-26 Mark Wielaard <mark@klomp.org>
- * NEWS: Mention new DWARF5 calling conventions.
+ * NEWS: Mention new DWARF5 calling conventions and defaulted member
+ function.
2017-07-26 Mark Wielaard <mark@klomp.org>