qemu-patch-raspberry4/tests/tcg/ppc64le
Richard Henderson a443d55c3f tests/tcg/ppc64le: Fix compile flags for byte_reverse
With a host compiler new enough to recognize power10 insns,
CROSS_CC_HAS_POWER10 is true, but we do not supply the -cpu
option to the compiler, resulting in

/tmp/ccAVdYJd.s: Assembler messages:
/tmp/ccAVdYJd.s:49: Error: unrecognized opcode: `brh'
/tmp/ccAVdYJd.s:78: Error: unrecognized opcode: `brw'
/tmp/ccAVdYJd.s:107: Error: unrecognized opcode: `brd'
make[2]: *** [byte_reverse] Error 1

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
2021-11-17 19:10:44 +01:00
..
bcdsub.c target/ppc: Fix bcdsub. emulation when result overflows 2021-03-10 09:07:09 +11:00
byte_reverse.c tests/tcg/ppc64le: tests for brh/brw/brd 2021-05-18 09:36:21 +01:00
Makefile.target tests/tcg/ppc64le: Fix compile flags for byte_reverse 2021-11-17 19:10:44 +01:00
signal_save_restore_xer.c linux-user/ppc: Fix XER access in save/restore_user_regs 2021-10-21 11:42:47 +11:00