diff options
author | Mark Wielaard <[email protected]> | 2014-01-03 22:16:34 +0100 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2014-01-03 22:16:34 +0100 |
commit | 70db4cc41d7e0516aecc477fd6aab2ba693029af (patch) | |
tree | 5962410f11b3eb5635aa8fb6b9fecbded3294c3d /config | |
parent | b92af19f2110999579a65a5dceab532c97979559 (diff) |
Prepare 0.158 release.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/elfutils.spec.in | 15 |
2 files changed, 19 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 98bf86fb..53fddec6 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2014-01-03 Mark Wielaard <[email protected]> + + * elfutils.spec.in: Update for 0.158. + 2013-11-01 Michael Forney <[email protected]> * eu.am: Use READELF. 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. |