summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-selective
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2004-01-09 21:19:15 +0000
committerH.J. Lu <hjl@lucon.org>2004-01-09 21:19:15 +0000
commit0e5d5192fdac53ad3aed102288f9ed0cb693bca8 (patch)
tree3dbe1fdb322ea2410c5a5df15e1b6e15708fd0d6 /ld/testsuite/ld-selective
parent2e94f3c0104d683010bba0dd87f46871477577b7 (diff)
downloadbinutils-redhat-0e5d5192fdac53ad3aed102288f9ed0cb693bca8.tar.gz
2004-01-09 H.J. Lu <hongjiu.lu@intel.com>
* ld-selective/selective.exp: Skip ia64-*-*.
Diffstat (limited to 'ld/testsuite/ld-selective')
-rw-r--r--ld/testsuite/ld-selective/selective.exp7
1 files changed, 6 insertions, 1 deletions
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp
index a8f1326437..ba1ebd9150 100644
--- a/ld/testsuite/ld-selective/selective.exp
+++ b/ld/testsuite/ld-selective/selective.exp
@@ -23,6 +23,11 @@ if ![is_elf_format] {
return
}
+# IA64 does not support selective linking
+if {[istarget "ia64-*-*"]} {
+ return
+}
+
# List contains test-items with three items followed by four lists:
# 1:name 2:test-type (CC or C++; add as needed) 3:filename 4:ld-flags
# 5:must-have-symbols 6:must-not-have-symbols 7:xfail-targets.
@@ -79,7 +84,7 @@ foreach testitem $seltests {
setup_xfail $xfail_target
}
setup_xfail "alpha*-*" "arc*-*" "d30v*-*" "dlx*-*" "i370*-*" "i860*-*"
- setup_xfail "i960*-*" "ia64*-*" "mn10200-*" "or32-*" "pj-*" "sparc64*-*"
+ setup_xfail "i960*-*" "mn10200-*" "or32-*" "pj-*" "sparc64*-*"
# It's either C or C++ at the moment.
if { $testtype == "C++" } {