From fdddb815a1932d4288ae532a7a0d59617e0cf598 Mon Sep 17 00:00:00 2001 From: David Daney Date: Sat, 3 Dec 2011 17:13:02 +0000 Subject: [PATCH] 2011-12-03 David Daney * ld-bootstrap/bootstrap.exp: Use consistent flags for final link in ia64 and mips cases. --- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-bootstrap/bootstrap.exp | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 9722fa0..9323b33 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-12-03 David Daney + + * ld-bootstrap/bootstrap.exp: Use consistent flags for final link + in ia64 and mips cases. + 2011-11-29 Maciej W. Rozycki PR ld/10144 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 } -- 2.7.4