summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2017-07-26 17:06:07 +0200
committerMark Wielaard <mark@klomp.org>2017-08-02 13:51:51 +0200
commit9619d34d206e39ee17e9cc96e755b163c8fa626f (patch)
treeb278db14e2afe6a68f338609830ef4d6ca1bad18 /NEWS
parent8e9c76b680b3b3dc8bcabfe7bd84760b99bf83f5 (diff)
downloadelfutils-9619d34d206e39ee17e9cc96e755b163c8fa626f.tar.gz
libdw: Add new DWARF5 tag constants.
Add DW_TAG_coarray_type, DW_TAG_generic_subrange, DW_TAG_dynamic_type, DW_TAG_call_site, DW_TAG_call_site_parameter, DW_TAG_skeleton_unit, DW_TAG_immutable_type. Just the constants, no further interpretion yet. Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a97dd048..6a5ee0d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
Version 0.170
-libdw: Added new DWARF5 attribute constants to dwarf.h.
+libdw: Added new DWARF5 attribute and tag constants to dwarf.h.
strip: Add -R, --remove-section=SECTION and --keep-section=SECTION.