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