qemu/tests/tcg/aarch64/system
Paolo Bonzini bb52a8a278 tests/tcg: compile system emulation tests as freestanding
System emulation tests do not run in a hosted environment, since they
do not link with libc.  They should only use freestanding headers
(float.h, limits.h, stdarg.h, stddef.h, stdbool.h, stdint.h,
stdalign.h, stdnoreturn.h) and should be compiled with -ffreestanding
in order to use the compiler implementation of those headers
rather than the one in libc.

Some tests are using inttypes.h instead of stdint.h, so fix that.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-07-06 09:31:16 +02:00
..
boot.S gdbstub: implement a softmmu based test 2021-01-18 10:04:31 +00:00
kernel.ld tests/tcg/aarch64: add system boot.S 2019-05-28 10:28:51 +01:00
pauth-3.c tests/tcg: compile system emulation tests as freestanding 2022-07-06 09:31:16 +02:00
semiconsole.c tests/tcg: compile system emulation tests as freestanding 2022-07-06 09:31:16 +02:00
semiheap.c tests/tcg: compile system emulation tests as freestanding 2022-07-06 09:31:16 +02:00