summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent2d906d8d7763ad887d9d93c2c836066a9c2e4b0e (diff)
downloadelfutils-d14fd3bc70b96f29c32e596511c5c8e6bedbb5ca.tar.gz
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 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9437061c..2039cfe4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
Version 0.170
-libdw: Added new DWARF5 attribute, tag and character encodings constants
- to dwarf.h.
+libdw: Added new DWARF5 attribute, tag, character encodings constants and
+ language codes to dwarf.h.
strip: Add -R, --remove-section=SECTION and --keep-section=SECTION.