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:
Alex Bennée 2018-04-23 15:48:06 +01:00
parent 409c1c9cbd
commit 4f2cbcfb4d
6 changed files with 17 additions and 61 deletions

View file

@ -1,3 +1,5 @@
#include <unistd.h>
static long test_subqv (long a, long b)
{
long res;