aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-selective
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2003-07-22 14:58:35 +0000
committerH.J. Lu <hjl.tools@gmail.com>2003-07-22 14:58:35 +0000
commitd416627cc3e021feac66e61dab8560371dfdb1f4 (patch)
treedf49baf35b57652b99c648c6a6ee5ec437fd948f /ld/testsuite/ld-selective
parent51cdc6e0567d26a31363dabf869c43225efc9d9a (diff)
downloadgdb-d416627cc3e021feac66e61dab8560371dfdb1f4.zip
gdb-d416627cc3e021feac66e61dab8560371dfdb1f4.tar.gz
gdb-d416627cc3e021feac66e61dab8560371dfdb1f4.tar.bz2
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 7c318ea..d2e4885 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