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>
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>
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.
+2017-07-26 Mark Wielaard <mark@klomp.org>
+
+ * dwarf.h: Add DW_ATE_UCS and DW_ATE_ASCII.
+
2017-07-25 Mark Wielaard <mark@klomp.org>
* dwarf.h: Add DW_TAG_coarray_type, DW_TAG_generic_subrange,
DW_ATE_unsigned_fixed = 0xe,
DW_ATE_decimal_float = 0xf,
DW_ATE_UTF = 0x10,
+ DW_ATE_UCS = 0x11,
+ DW_ATE_ASCII = 0x12,
DW_ATE_lo_user = 0x80,
DW_ATE_hi_user = 0xff