summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2017-07-26 17:38:22 +0200
committerMark Wielaard <mark@klomp.org>2017-08-02 13:51:51 +0200
commit2d906d8d7763ad887d9d93c2c836066a9c2e4b0e (patch)
tree8c56d54c6d0437571a6a8dc9420430ab663eab2c /ChangeLog
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 <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 09c8d147..cd91c5a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2017-07-25 Mark Wielaard <mark@klomp.org>
- * NEWS: Mention new DWARF5 attributes and tags in dwarf.h.
+ * NEWS: Mention new DWARF5 attributes, tags and character encodings
+ in dwarf.h.
2017-07-18 Mark Wielaard <mark@klomp.org>