Mark, Anthony, Daniel,
this series fixes build errors that occur when building elfutils with uClibc-based toolchain. Most of the patches are taken from [1] and forward-ported to the current git master.
[1] https://bugs.gentoo.org/show_bug.cgi?id=470884
Anthony G. Basile (3): Link against standalone argp library Fall back on utimes if futimes is not available Remove DL_CALL_FCT wrapper which is used in profiling
Daniel Guzman (1): Use -lintl when libc doesn't provide dgettext
Max Filippov (2): Drop mtrace calls. Provide assert_perror when it's not defined
ChangeLog | 14 +++++++++++ configure.ac | 62 +++++++++++++++++++++++++++++++++++++++++++++++++ libasm/ChangeLog | 4 ++++ libasm/Makefile.am | 1 + libdw/ChangeLog | 10 ++++++++ libdw/Makefile.am | 2 +- libelf/ChangeLog | 4 ++++ libelf/Makefile.am | 1 + src/ChangeLog | 36 ++++++++++++++++++++++++++++ src/Makefile.am | 30 ++++++++++++------------ src/addr2line.c | 4 ---- src/ar.c | 12 ++++++---- src/ld.c | 6 ----- src/ld.h | 3 +++ src/nm.c | 4 ---- src/objdump.c | 4 ---- src/ranlib.c | 4 ---- src/size.c | 4 ---- src/strip.c | 22 +++++++++++++----- src/unstrip.c | 4 ---- tests/ChangeLog | 22 ++++++++++++++++++ tests/Makefile.am | 30 ++++++++++++------------ tests/backtrace-child.c | 13 +++++++++++ tests/backtrace-data.c | 12 ++++++++++ tests/backtrace-dwarf.c | 12 ++++++++++ tests/backtrace.c | 12 ++++++++++ 26 files changed, 260 insertions(+), 72 deletions(-)