summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-11-05 16:34:41 +0100
committerRichard Henderson <rth@twiddle.net>2014-11-12 09:16:02 +0100
commit198f469e91076f84ab6ac38055ad12a5490101cd (patch)
tree082eabffd212031851b6012b2286a3518e42ca3e /testsuite
parentb21ec1ce783f09335c0e6c6f96ccc7e89da5a1b4 (diff)
downloadlibffi-198f469e91076f84ab6ac38055ad12a5490101cd.tar.gz
x86: Add support for Complex
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/libffi.call/call.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/libffi.call/call.exp b/testsuite/libffi.call/call.exp
index 55de25c..d42dae5 100644
--- a/testsuite/libffi.call/call.exp
+++ b/testsuite/libffi.call/call.exp
@@ -27,7 +27,8 @@ 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 x86_64*]
+ || [istarget i?86*] } {
run-many-tests $ctlist ""
} else {
foreach test $ctlist {