summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-selective
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2001-06-06 21:03:59 +0000
committerH.J. Lu <hjl@lucon.org>2001-06-06 21:03:59 +0000
commitd76972bae13a9e965e7c033091101dd90caf511a (patch)
treec7d91f79afd11c1ab6aa0cfa3e3b69c85dcb63d2 /ld/testsuite/ld-selective
parent6f964a057e75f411373d9b52e3d30902c6473ae0 (diff)
downloadbinutils-redhat-d76972bae13a9e965e7c033091101dd90caf511a.tar.gz
2001-06-06 H.J. Lu <hjl@gnu.org>
* ld-bootstrap/bootstrap.exp: Rebuild tmpdir/ld2 with tmpdir/ld3 on Linux/mips. * ld-elfvers/vers.exp: Also run on istarget Linux/mips. * ld-elfvsb/elfvsb.exp: Likewise. * ld-shared/shared.exp: Likewise. * ld-selective/selective.exp: Mark selective2, selective3, selective4 and selective5 xfail on Linux/mips. * ld-shared/main.c: Skip invalid -Bsymbolic tests on Linux/mips. * symbolic.dat: Remove invalid -Bsymbolic tests on Linux/mips. * ld-srec/srec.exp: Add Linux/mips to xfail.
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 dd285481dd..5b10ea331a 100644
--- a/ld/testsuite/ld-selective/selective.exp
+++ b/ld/testsuite/ld-selective/selective.exp
@@ -39,10 +39,10 @@ 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} {}}
- {selective3 C 2.c {-u foo} {foo} {{foo 0}} {}}
- {selective4 C++ 3.cc {} {start foo__1A foo__1B} {bar__1A} {}}
- {selective5 C++ 4.cc {} {} {foo__1B foo__1A} {}}
+ {selective2 C 2.c {} {} {foo} {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*-*}}
{selective6 C++ 5.cc {} {} {foo__1B foo__1A dropme1__Fv dropme2__Fv} {*-*-*}}
}