arm: Add support for complex types

This commit is contained in:
Richard Henderson
2014-10-21 11:26:59 -04:00
parent 5e88ebe627
commit a529bec27b
3 changed files with 23 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ run-many-tests $tlist ""
# for FFI_TARGET_HAS_COMPLEX_TYPE.
if { [istarget aarch64*]
|| [istarget alpha*]
|| [istarget arm*]
|| [istarget i?86*]
|| [istarget s390*]
|| [istarget x86_64*] } {