diff options
author | Mark Wielaard <[email protected]> | 2017-07-26 17:38:22 +0200 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2017-08-02 13:51:51 +0200 |
commit | 2d906d8d7763ad887d9d93c2c836066a9c2e4b0e (patch) | |
tree | 8c56d54c6d0437571a6a8dc9420430ab663eab2c /NEWS | |
parent | 9619d34d206e39ee17e9cc96e755b163c8fa626f (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-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |