qemu-e2k/tests/tcg/multiarch
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
..
arm-compat-semi
gdbstub
libs
linux
system tests/tcg: compile system emulation tests as freestanding 2022-07-06 09:31:16 +02:00
float_convd.c tests/tcg: add float_convd test 2022-04-20 16:04:20 +01:00
float_convs.c tests/tcg/multiarch: Read fp flags before printf 2022-01-18 16:44:16 +00:00
float_helpers.h
float_madds.c tests/tcg/multiarch: Read fp flags before printf 2022-01-18 16:44:16 +00:00
Makefile.target tests/tcg: remove CONFIG_LINUX_USER from config-target.mak 2022-04-20 16:04:20 +01:00
overflow.c tests/tcg: Test overflow conditions 2022-06-03 08:03:28 +02:00
README
sha1.c
sha512.c tests/tcg: add sha512 test 2022-02-28 16:42:30 +00:00
sigbus.c tests/tcg/multiarch: Add sigbus.c 2022-02-09 09:00:01 +11:00
signals.c
test-mmap.c
testthread.c
threadcount.c

Multi-architecture linux-user tests