mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
tests/tcg/alpha: add Alpha specific tests
These tests did use their own crt.o stub however that is a little stone age so we drop crt.S and just statically link to the cross compilers libraries. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
409c1c9cbd
commit
4f2cbcfb4d
6 changed files with 17 additions and 61 deletions
|
@ -1,3 +1,5 @@
|
|||
#include <unistd.h>
|
||||
|
||||
static long test_subqv (long a, long b)
|
||||
{
|
||||
long res;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue