aarch64: Add support for complex types

This commit is contained in:
Richard Henderson
2014-10-22 22:58:09 -04:00
committed by Richard Henderson
parent 658b2b5600
commit a992f8789b
3 changed files with 32 additions and 13 deletions

View File

@@ -26,10 +26,11 @@ run-many-tests $tlist ""
# ??? We really should preprocess ffi.h and grep
# for FFI_TARGET_HAS_COMPLEX_TYPE.
if { [istarget s390*]
|| [istarget x86_64*]
|| [istarget i?86*] } {
run-many-tests $ctlist ""
if { [istarget aarch64*]
|| [istarget i?86*]
|| [istarget s390*]
|| [istarget x86_64*] } {
run-many-tests $ctlist ""
} else {
foreach test $ctlist {
unsupported "$test"