qemu-patch-raspberry4/tests/tcg/aarch64
Richard Henderson fdd9b09413 tests/tcg/aarch64: Fix compilation parameters for pauth-%
We were incorrectly requiring ARMv8.4 support for the pauth
tests, but Pointer Authentication is an ARMv8.3 extension.
Further, hiding the required architecture within asm() is
not correct.

Correct the architecture version requested, and specify it
in the cflags of the (cross-) compiler rather than in the asm.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200116230809.19078-3-richard.henderson@linaro.org
[PMM: tweaked commit message]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2020-01-23 15:22:38 +00:00
..
system tests/tcg: add a dumb-as-bricks semihosting console test 2020-01-09 11:41:29 +00:00
fcvt.ref tests/tcg/arm: add fcvt test cases for AArch32/64 2018-06-20 20:22:34 +01:00
float_convs.ref tests/tcg: add generic version of float_convs 2019-09-26 19:00:53 +01:00
float_madds.ref tests/tcg: add float_madds test to multiarch 2019-09-26 19:00:53 +01:00
Makefile.softmmu-target tests/tcg: add a dumb-as-bricks semihosting console test 2020-01-09 11:41:29 +00:00
Makefile.target tests/tcg/aarch64: Fix compilation parameters for pauth-% 2020-01-23 15:22:38 +00:00
pauth-1.c tests/tcg/aarch64: Fix compilation parameters for pauth-% 2020-01-23 15:22:38 +00:00
pauth-2.c tests/tcg/aarch64: Fix compilation parameters for pauth-% 2020-01-23 15:22:38 +00:00