[PATCH] tests: Add libeu to tests needing error() API

2022-09-13 Thread Khem Raj via Elfutils-devel
A local error() impelmentation is used when libc does not provide it, therefore link in libeu.a which contains this function in tests needing error() API Signed-off-by: Khem Raj --- tests/Makefile.am | 60 +++ 1 file changed, 30 insertions(+), 30 delet

Re: [PATCH] debuginfod/debuginfod-client.c: correct string format on 32bit arches with 64bit time_t

2021-11-20 Thread Khem Raj via Elfutils-devel
On Sat, Nov 20, 2021 at 12:11 AM Alexander Kanavin wrote: > > On Sat, 20 Nov 2021 at 05:13, Érico Nogueira wrote: >> >> For what it's worth, most of the time64 support patches that I have seen >> use "%lld" and `long long` as the type for portable representation of >> time, instead of intmax_t, b