X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-bootstrap%2Fbootstrap.exp;h=1893873e6168d2f6c404724d8d7d82a8a8f7dce4;hb=fdddb815a1932d4288ae532a7a0d59617e0cf598;hp=d0563deb89e79b255af26787b9eec1ce9f792fd4;hpb=725fc8eddf130fd9f06a13f0167766ca269ebd75;p=platform%2Fupstream%2Fbinutils.git diff --git a/ld/testsuite/ld-bootstrap/bootstrap.exp b/ld/testsuite/ld-bootstrap/bootstrap.exp index d0563de..1893873 100644 --- a/ld/testsuite/ld-bootstrap/bootstrap.exp +++ b/ld/testsuite/ld-bootstrap/bootstrap.exp @@ -155,7 +155,7 @@ foreach flags {"" "strip" "--static" "--traditional-format" # On ia64, 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"] { + if ![ld_link tmpdir/ld3 tmpdir/ld2 "$flags $OFILES $BFDLIB $LIBIBERTY $extralibs"] { fail $testname continue } @@ -165,7 +165,7 @@ foreach flags {"" "strip" "--static" "--traditional-format" # 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"] { + if ![ld_link tmpdir/ld3 tmpdir/ld2 "$flags $OFILES $BFDLIB $LIBIBERTY $extralibs"] { fail $testname continue }