summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2017-07-26 17:44:29 +0200
committerMark Wielaard <mark@klomp.org>2017-08-02 13:51:51 +0200
commitd14fd3bc70b96f29c32e596511c5c8e6bedbb5ca (patch)
tree2687f5d5dd74f5c4bbe413f14deeac3d54873cff /ChangeLog
parent2d906d8d7763ad887d9d93c2c836066a9c2e4b0e (diff)
libdw: DWARF5 Add new DW_LANG codes and default lower array bound.
Add DW_LANG_OpenCL, DW_LANG_Modula3, DW_LANG_C_plus_plus_03, DW_LANG_OCaml, DW_LANG_Rust, DW_LANG_Swift, DW_LANG_Julia, DW_LANG_Dylan, DW_LANG_RenderScript and DW_LANG_BLISS to dwarf.h. Update default language array lower bounds in dwarf_aggregate_size.c. Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cd91c5a7..d1330616 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2017-07-25 Mark Wielaard <mark@klomp.org>
- * NEWS: Mention new DWARF5 attributes, tags and character encodings
- in dwarf.h.
+ * NEWS: Mention new DWARF5 attributes, tags, character encodings
+ and language codes in dwarf.h.
2017-07-18 Mark Wielaard <mark@klomp.org>