summaryrefslogtreecommitdiffstats
path: root/config/elfutils.spec.in
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2014-01-03 22:16:34 +0100
committerMark Wielaard <[email protected]>2014-01-03 22:16:34 +0100
commit70db4cc41d7e0516aecc477fd6aab2ba693029af (patch)
tree5962410f11b3eb5635aa8fb6b9fecbded3294c3d /config/elfutils.spec.in
parentb92af19f2110999579a65a5dceab532c97979559 (diff)
Prepare 0.158 release.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'config/elfutils.spec.in')
-rw-r--r--config/elfutils.spec.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 35b1fa78..bbd2ea43 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -195,6 +195,21 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
+* Fri Jan 3 2014 Mark Wielaard <[email protected]> 0.158-1
+- libdwfl: dwfl_core_file_report has new parameter executable.
+ New functions dwfl_module_getsymtab_first_global,
+ dwfl_module_getsym_info and dwfl_module_addrinfo.
+ Added unwinder with type Dwfl_Thread_Callbacks, opaque types
+ Dwfl_Thread and Dwfl_Frame and functions dwfl_attach_state,
+ dwfl_pid, dwfl_thread_dwfl, dwfl_thread_tid, dwfl_frame_thread,
+ dwfl_thread_state_registers, dwfl_thread_state_register_pc,
+ dwfl_getthread_frames, dwfl_getthreads, dwfl_thread_getframes
+ and dwfl_frame_pc.
+- addr2line: New option -x to show the section an address was found in.
+- stack: New utility that uses the new unwinder for processes and cores.
+- backends: Unwinder support for i386, x86_64, s390, s390x, ppc and ppc64.
+ aarch64 support.
+
* Mon Sep 30 2013 Mark Wielaard <[email protected]> 0.157-1
- libdw: Add new functions dwarf_getlocations, dwarf_getlocation_attr
and dwarf_getlocation_die.