summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent75834f33d6abcbfbd160af97cda5bc83c9ed8a5d (diff)
downloadelfutils-02e3093731b698547d30aaa3c1a0f66485a88ebd.tar.gz
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 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 409805e7..5f85fc26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
Version 0.170
-libdw: Added new DWARF5 attribute, tag, character encoding, language code
- and calling convention constants to dwarf.h.
+libdw: Added new DWARF5 attribute, tag, character encoding, language code,
+ calling convention and defaulted member function constants to dwarf.h.
New function dwarf_default_lower_bound.
strip: Add -R, --remove-section=SECTION and --keep-section=SECTION.