From 66517a2f18e2cbae1a861b138ce9372fff501f2c Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 6 Jun 2001 21:03:59 +0000 Subject: 2001-06-06 H.J. Lu * 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. --- ld/testsuite/ld-bootstrap/bootstrap.exp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ld/testsuite/ld-bootstrap/bootstrap.exp') diff --git a/ld/testsuite/ld-bootstrap/bootstrap.exp b/ld/testsuite/ld-bootstrap/bootstrap.exp index af858da4..6eb40a2 100644 --- a/ld/testsuite/ld-bootstrap/bootstrap.exp +++ b/ld/testsuite/ld-bootstrap/bootstrap.exp @@ -115,6 +115,16 @@ foreach flags {"" "strip" "--static" "--traditional-format" "--no-keep-memory"} continue } } + } else { + if { [istarget mips*-*-linux*] } { + # On Linux/mips, tmpdir/ld2 != tmpdir/ld3 is normal since + # they are generated by different linkers, tmpdir/ld1 and + # tmpdir/ld2. So we rebuild tmpdir/ld2 with tmpdir/ld3. + if ![ld_link tmpdir/ld3 tmpdir/ld2 "$flags $OFILES $BFDLIB $LIBIBERTY"] { + fail $testname + continue + } + } } send_log "cmp tmpdir/ld2 tmpdir/ld3\n" -- cgit v1.1