aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-selective
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2005-05-22 21:02:19 +0000
committerRichard Henderson <rth@redhat.com>2005-05-22 21:02:19 +0000
commit175ac04375db1247484c69df0c897d00a0db4b8d (patch)
treefd86d637630ac94f242eeb268e5f33f8f933a924 /ld/testsuite/ld-selective
parent02a677ac955955054ba308e4611f317bfa113d76 (diff)
downloadgdb-175ac04375db1247484c69df0c897d00a0db4b8d.zip
gdb-175ac04375db1247484c69df0c897d00a0db4b8d.tar.gz
gdb-175ac04375db1247484c69df0c897d00a0db4b8d.tar.bz2
* ld-elfweak/dsow.dsym: Adjust for non-zero ST_OTHER.
* ld-elfweak/weak.dsym: Likewise. * ld-selective/selective.exp: Don't test alpha.
Diffstat (limited to 'ld/testsuite/ld-selective')
-rw-r--r--ld/testsuite/ld-selective/selective.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp
index 9e096a9..fcc2f39 100644
--- a/ld/testsuite/ld-selective/selective.exp
+++ b/ld/testsuite/ld-selective/selective.exp
@@ -24,8 +24,8 @@ if ![is_elf_format] {
return
}
-# IA64 does not support selective linking
-if {[istarget "ia64-*-*"]} {
+# Alpha and IA64 do not support selective linking
+if {[istarget "alpha*-*-*"] || [istarget "ia64-*-*"]} {
return
}
@@ -84,7 +84,7 @@ foreach testitem $seltests {
foreach xfail_target $xfails {
setup_xfail $xfail_target
}
- setup_xfail "alpha*-*" "arc*-*" "d30v*-*" "dlx*-*" "i370*-*" "i860*-*"
+ setup_xfail "arc*-*" "d30v*-*" "dlx*-*" "i370*-*" "i860*-*"
setup_xfail "i960*-*" "mn10200-*" "or32-*" "pj-*"
# It's either C or C++ at the moment.