more QEMU-based test environments

2024-01-12 Thread Bruno Haible
On 2023-12-17 I wrote: > The writeups are here: > > https://git.savannah.gnu.org/gitweb/?p=gnulib/maint-tools.git;a=tree;f=platforms/environments Now I've added some more environment descriptions: hppa - NetBSD hppa - OpenBSD powerpc - NetBSD powerpc64 - FreeBSD ppc64le - FreeBSD The

jit/cache testing done

2024-01-12 Thread Bruno Haible
Hi, I'm done with testing the 'jit/cache' module. It works fine on the following platforms: Architecture OSLibc ABI x86_64 Linux glibc 64 x86_64 Linux musl x86_64 Solaris 10 x86_64 Solaris 11 x86_6

jit/cache tests: Fix link error

2024-01-12 Thread Bruno Haible
On FreeBSD 14.0 I see think link error: cc -ferror-limit=0 -Wno-error -g -O2 -L/home/bruno/lib -L/usr/local/lib -o test-cache jit/test-cache.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a -lm -lm -lm -lm -lm -lm -lm -lm -lm -lm -lm ld: error: undefined symbol: libintl_

qsort_r: Fix compilation error in C++ mode on FreeBSD 14.0/powerpc64

2024-01-12 Thread Bruno Haible
On FreeBSD 14.0/powerpc64 I see compilation errors like this in a testdir: In file included from ../../gltests/test-stdlib-c++.cc:22: ../gllib/stdlib.h:1678:1: error: reference to overloaded function could not be resolved; did you mean to call it? _GL_CXXALIASWARN (qsort_r); ^