[Bug libdw/21174] New: libdw with perf: duplication of entries in callstack

2017-02-16 Thread thommyj at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21174 Bug ID: 21174 Summary: libdw with perf: duplication of entries in callstack Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2

[Fwd: [Dwarf-Discuss] DWARF Version 5 Standard Released]

2017-02-16 Thread Mark Wielaard
For those that actually want to read the standard it is here: http://dwarfstd.org/doc/DWARF5.pdf And there now is a public git repository, in case you need to figure out the changes since the last public draft here: http://git.dwarfstd.org/?p=dwarf-doc.git;a=summary git clone http://git.dwarfstd.o

[PATCH] Move print_version into printversion.{h|c}

2017-02-16 Thread Ulf Hermann
Rename version.c so that the implementation is called after the header and the header doesn't clash with the toplevel version.h. print_version depends on argp and is only used in the tools. Signed-off-by: Ulf Hermann --- lib/ChangeLog | 13 + lib/Makefile.am| 4 ++-- lib/pr

Re: frame unwinding patches

2017-02-16 Thread Ulf Hermann
> I had to hand apply a few things because of whitespace adjustments. > Hopefully I did it right and this is how Ulf intended the patches. > If not, my apologies, and please let me know what changes you did > intend. Thank you. The patches are correct. cheers, Ulf

[PATCH] Check for existence of mempcpy

2017-02-16 Thread Ulf Hermann
If it doesn't exist, provide a definition based on memcpy. Signed-off-by: Ulf Hermann --- ChangeLog | 4 configure.ac | 3 +++ lib/ChangeLog | 5 + lib/system.h | 5 + lib/xstrndup.c | 2 +- li