summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-selective
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2001-07-12 15:03:27 +0000
committerH.J. Lu <hjl@lucon.org>2001-07-12 15:03:27 +0000
commit62a917119b280ae52f5eed5c72eb438f71d8bcdd (patch)
tree8e676a644ff4d9295faceba2a1c11d1a3a713aba /ld/testsuite/ld-selective
parentc2985d0a52e7507388ede32ecdaebb02133d698f (diff)
downloadbinutils-redhat-62a917119b280ae52f5eed5c72eb438f71d8bcdd.tar.gz
2001-07-12 H.J. Lu <hjl@gnu.org>
* ld-selective/selective.exp: Mark selective1, selective2, selective4 and selective5 xfail on alpha*-*.
Diffstat (limited to 'ld/testsuite/ld-selective')
-rw-r--r--ld/testsuite/ld-selective/selective.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp
index 5b10ea331a..27ff2d800f 100644
--- a/ld/testsuite/ld-selective/selective.exp
+++ b/ld/testsuite/ld-selective/selective.exp
@@ -38,11 +38,11 @@ if {[istarget "*-*-pe"]} {
#
# FIXME: Instead of table, read settings from each source-file.
set seltests {
- {selective1 C 1.c {} {} {dropme1 dropme2} {}}
- {selective2 C 2.c {} {} {foo} {mips*-*}}
+ {selective1 C 1.c {} {} {dropme1 dropme2} {alpha*-*}}
+ {selective2 C 2.c {} {} {foo} {alpha*-* mips*-*}}
{selective3 C 2.c {-u foo} {foo} {{foo 0}} {mips*-*}}
- {selective4 C++ 3.cc {} {start foo__1A foo__1B} {bar__1A} {mips*-*}}
- {selective5 C++ 4.cc {} {} {foo__1B foo__1A} {mips*-*}}
+ {selective4 C++ 3.cc {} {start foo__1A foo__1B} {bar__1A} {alpha*-* mips*-*}}
+ {selective5 C++ 4.cc {} {} {foo__1B foo__1A} {alpha*-* mips*-*}}
{selective6 C++ 5.cc {} {} {foo__1B foo__1A dropme1__Fv dropme2__Fv} {*-*-*}}
}