Re: dwfl_module_get|addrsym_elf (Was: [commit] [patch 2/4] Provide __libdwfl_module_getsym to get dwfl_file *)

2013-11-26 Thread Jan Kratochvil
On Tue, 26 Nov 2013 15:07:20 +0100, Mark Wielaard wrote: > For source compatibility it matters more that code outside core/src > elfutils uses the functions than those within. And these functions are > used in e.g. systemtap (they do check shndx against SHN_UNDEF). I see there are many users (26)

[COMMITTED] Mark new dwfl functions with version ELFUTILS_0.158.

2013-11-26 Thread Mark Wielaard
It took two versions to get the new thread state and unwind dwfl functions in. Make sure they carry the latest elfutils symbol version in which they were actually added. Signed-off-by: Mark Wielaard --- libdw/ChangeLog |8 libdw/libdw.map | 21 +++-- 2 files change

dwfl_module_get|addrsym_elf (Was: [commit] [patch 2/4] Provide __libdwfl_module_getsym to get dwfl_file *)

2013-11-26 Thread Mark Wielaard
On Wed, 2013-11-13 at 20:08 +0100, Jan Kratochvil wrote: > On Wed, 13 Nov 2013 12:48:29 +0100, Mark Wielaard wrote: > > So, I think the user might also want to get hold of the file. Do you > > think it makes sense to provide the user with extended versions of > > getsym and addrsym based on this? >

[COMMITTED] tests: Makefile.am (EXTRA_DIST): Add run-funcretval.sh.

2013-11-26 Thread Mark Wielaard
Signed-off-by: Mark Wielaard --- tests/ChangeLog |4 tests/Makefile.am |2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index ee48074..8a6c4d2 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2013-11-26 Mark