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)
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
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?
>
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