summaryrefslogtreecommitdiff
path: root/testsuite/libffi.call/call.exp
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2014-10-22 22:58:09 -0400
committerRichard Henderson <rth@twiddle.net>2014-11-12 09:29:31 +0100
commita992f8789b5202ca180e67b16b47ee834160665c (patch)
treed69a0a6989a0ce13b1a2e37937bf8a2cddb6fc4e /testsuite/libffi.call/call.exp
parent658b2b56001e293848ea22b70068bd7f8daa7205 (diff)
downloadlibffi-a992f8789b5202ca180e67b16b47ee834160665c.tar.gz
aarch64: Add support for complex types
Diffstat (limited to 'testsuite/libffi.call/call.exp')
-rw-r--r--testsuite/libffi.call/call.exp9
1 files changed, 5 insertions, 4 deletions
diff --git a/testsuite/libffi.call/call.exp b/testsuite/libffi.call/call.exp
index d42dae5..676b323 100644
--- a/testsuite/libffi.call/call.exp
+++ b/testsuite/libffi.call/call.exp
@@ -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"