summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorUlf Hermann <[email protected]>2017-08-16 16:37:34 +0200
committerUlf Hermann <[email protected]>2017-08-17 17:55:41 +0200
commitd86c13d143989a961eba149e3abfab9e3f471744 (patch)
treec16c260c24712819cb967415ec79e58e26d3e4bf /config
parent3695a1ba8dcd16459e0f35b74e88dbef48d21861 (diff)
parent54ba4ce2973113d8f4315d4fc90e16a9b4476ea6 (diff)
Merge tag 'elfutils-0.170'
elfutils 0.170 release Change-Id: I37d03645902b9f0a9fb708af1551db8843537799
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog6
-rw-r--r--config/elfutils.spec.in10
2 files changed, 15 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index ad0ffb88..8d13cfdc 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -14,7 +14,11 @@
* eu.am: Add $(top_srcdir)libgnu and $(top_builddir)/libgnu to -I if requested.
-2016-05-05 Mark Wielaard <[email protected]>
+2016-08-02 Mark Wielaard <[email protected]>
+
+ * elfutils.spec.in: Update for 0.170.
+
+2017-05-05 Mark Wielaard <[email protected]>
* elfutils.spec.in: Update for 0.169.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 06b7290d..439fcb73 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -227,6 +227,16 @@ rm -rf ${RPM_BUILD_ROOT}
%config(noreplace) %{_sysctldir}/10-default-yama-scope.conf
%changelog
+* Wed Aug 2 2017 Mark Wielaard <[email protected]> 0.170-1
+- libdw: Added new DWARF5 attribute, tag, character encoding,
+ language code, calling convention, defaulted member function
+ and macro constants to dwarf.h.
+ New functions dwarf_default_lower_bound and dwarf_line_file.
+ dwarf_peel_type now handles DWARF5 immutable, packed and shared tags.
+ dwarf_getmacros now handles DWARF5 .debug_macro sections.
+- strip: Add -R, --remove-section=SECTION and --keep-section=SECTION.
+- backends: The bpf disassembler is now always build on all platforms.
+
* Fri May 5 2017 Mark Wielaard <[email protected]> 0.169-1
- backends: Add support for EM_PPC64 GNU_ATTRIBUTES.
Frame pointer unwinding fallback support for i386, x86_64, aarch64.