* tests/jit/test-cache.c: Treat Linux/powerpc64le *not* like AIX.
+2024-01-10 Bruno Haible <bruno@clisp.org>
+
+ jit/cache tests: Fix for powerpc64le CPUs.
+ * tests/jit/test-cache.c: Treat Linux/powerpc64le *not* like AIX.
+
2024-01-10 Bruno Haible <bruno@clisp.org>
jit/cache tests: Avoid gcc -Wstrict-aliasing warning on Linux/powerpc64.
however, is not universally true, see:
https://git.savannah.gnu.org/gitweb/?p=libffcall.git;a=blob;f=porting-tools/abis/function-pointer.txt. */
-#if ((defined __powerpc__ || defined __powerpc64__) && defined _AIX) || (defined __powerpc64__ && defined __linux__)
+#if ((defined __powerpc__ || defined __powerpc64__) && defined _AIX) || (defined __powerpc64__ && !defined __powerpc64_elfv2__ && defined __linux__)
struct func
{
void *code_address;