summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2018-06-01 21:16:56 +0200
committerMark Wielaard <mark@klomp.org>2018-06-01 21:16:56 +0200
commitcf65ca1428a5e300e6c6813d5b17e01e16570add (patch)
tree782cf36ae227fbc4ab64b67d0454ae2b88a64f57 /config
parente2872c91f65301b202b84497b2b955f9e9613d00 (diff)
downloadelfutils-cf65ca1428a5e300e6c6813d5b17e01e16570add.tar.gz
Prepare for 0.171.elfutils-0.171
Set version to 0.171. Update po/*.po files. Mention DWARF5, split dwarf and GNU DebugFission support in NEWS. Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/elfutils.spec.in14
2 files changed, 18 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 681def2f..5b3d83e2 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-01 Mark Wielaard <mark@klomp.org>
+
+ * elfutils.spec.in: Update for 0.171.
+
2018-02-09 Joshua Watt <JPEWhacker@gmail.com>
* eu.am (IMPLICIT_FALLTHROUGH_WARNING): Set to 5.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 1d0a4f8e..4c49a141 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -227,6 +227,20 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sysctldir}/10-default-yama-scope.conf
%changelog
+* Fri Jun 01 2018 Mark Wielaard <mark@klomp.org> 0.171-1
+- DWARF5 and split dwarf, including GNU DebugFission, support.
+- readelf: Handle all new DWARF5 sections.
+ --debug-dump=info+ will show split unit DIEs when found.
+ --dwarf-skeleton can be used when inspecting a .dwo file.
+ Recognizes GNU locviews with --debug-dump=loc.
+- libdw: New functions dwarf_die_addr_die, dwarf_get_units,
+ dwarf_getabbrevattr_data and dwarf_cu_info.
+ libdw will now try to resolve the alt file on first use
+ when not set yet with dwarf_set_alt.
+ dwarf_aggregate_size() now works with multi-dimensional arrays.
+- libdwfl: Use process_vm_readv when available instead of ptrace.
+- backends: Add a RISC-V backend.
+
* Wed Aug 2 2017 Mark Wielaard <mark@klomp.org> 0.170-1
- libdw: Added new DWARF5 attribute, tag, character encoding,
language code, calling convention, defaulted member function