bb52a8a278
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> |
||
---|---|---|
.. | ||
gdbstub | ||
system | ||
bti-1.c | ||
bti-2.c | ||
bti-3.c | ||
bti-crt.inc.c | ||
fcvt.ref | ||
float_convd.ref | ||
float_convs.ref | ||
float_madds.ref | ||
Makefile.softmmu-target | ||
Makefile.target | ||
mte-1.c | ||
mte-2.c | ||
mte-3.c | ||
mte-4.c | ||
mte-5.c | ||
mte-6.c | ||
mte-7.c | ||
mte.h | ||
pauth-1.c | ||
pauth-2.c | ||
pauth-4.c | ||
pauth-5.c | ||
pcalign-a64.c | ||
semicall.h | ||
sve-ioctls.c | ||
sysregs.c | ||
test-826.c |