summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-selective
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2003-07-22 14:58:35 +0000
committerH.J. Lu <hjl@lucon.org>2003-07-22 14:58:35 +0000
commitfda83cd94193d7219c31bc1c2ab98c81c31c5e47 (patch)
treede01794a392adc7ff7e8bca6b9bacd577d4b76e4 /ld/testsuite/ld-selective
parent59ff15cd1f62ea86f15cb152fc7ffd202cd6b46c (diff)
downloadbinutils-redhat-fda83cd94193d7219c31bc1c2ab98c81c31c5e47.tar.gz
2003-07-22 H.J. Lu <hongjiu.lu@intel.com>
* ld-selective/selective.exp: Skip "ia64-*-*". * ld-srec/srec.exp: Make xfail on "ia64-*-*".
Diffstat (limited to 'ld/testsuite/ld-selective')
-rw-r--r--ld/testsuite/ld-selective/selective.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp
index 7c318eac5a..d2e4885373 100644
--- a/ld/testsuite/ld-selective/selective.exp
+++ b/ld/testsuite/ld-selective/selective.exp
@@ -39,6 +39,11 @@ if {[istarget "alpha*-*-*"]} {
return
}
+# IA64 does not support selective linking
+if {[istarget "ia64-*-*"]} {
+ return
+}
+
# s390 does not support selective linking
if {[istarget "s390*-*-*"]} {
return