summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2017-07-26 18:06:21 +0200
committerMark Wielaard <mark@klomp.org>2017-08-02 13:51:51 +0200
commit2eb1e3485614f5a4d3cbe8f28efd0d0de980911f (patch)
tree60ac0cf9df51cf316d3f8ba3b72d0f988749eabc /NEWS
parentd14fd3bc70b96f29c32e596511c5c8e6bedbb5ca (diff)
downloadelfutils-2eb1e3485614f5a4d3cbe8f28efd0d0de980911f.tar.gz
libdw: Add dwarf_default_lower_bound.
Add dwarf_default_lower_bound to get the default lower bound for a language when not given as attribute for an subrange type. Implementation extracted from dwarf_aggregate_size. Add a test to check all known language codes are handled. Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2039cfe4..5bf0a4d4 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ Version 0.170
libdw: Added new DWARF5 attribute, tag, character encodings constants and
language codes to dwarf.h.
+ New function dwarf_default_lower_bound.
strip: Add -R, --remove-section=SECTION and --keep-section=SECTION.