summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2017-07-26 17:38:22 +0200
committerMark Wielaard <[email protected]>2017-08-02 13:51:51 +0200
commit2d906d8d7763ad887d9d93c2c836066a9c2e4b0e (patch)
tree8c56d54c6d0437571a6a8dc9420430ab663eab2c /NEWS
parent9619d34d206e39ee17e9cc96e755b163c8fa626f (diff)
libdw: Add new DWARF5 character encodings.
Add DW_ATE_UCS and DW_ATE_ASCII for Fortran 2003 string kinds ASCII (ISO/IEC 646:1991) and ISO_10646 (UCS-4 in ISO/IEC 10646:2000). Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6a5ee0d5..9437061c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
Version 0.170
-libdw: Added new DWARF5 attribute and tag constants to dwarf.h.
+libdw: Added new DWARF5 attribute, tag and character encodings constants
+ to dwarf.h.
strip: Add -R, --remove-section=SECTION and --keep-section=SECTION.