Support R_SPARC_WDISP10 and R_SPARC_H34.
[external/binutils.git] / ld / testsuite / ld-bootstrap / bootstrap.exp
index 74b6a5c..1893873 100644 (file)
@@ -1,6 +1,6 @@
 # Expect script for LD Bootstrap Tests
 #   Copyright 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004,
-#   2005, 2006, 2007, 2009  Free Software Foundation, Inc.
+#   2005, 2006, 2007, 2009, 2010  Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
@@ -77,14 +77,14 @@ foreach flags {"" "strip" "--static" "--traditional-format"
     }
 
     # Plugin support requires linking with a dynamic library which
-    # means that these
+    # means that these tests will fail.
     if { $flags == "--static" && $plugins == "yes" } then {
        untested $testname
        continue
     }
 
     # If we only have a shared libbfd, we probably can't run the
-    # --static test.will fail.
+    # --static test.
     if { $flags == "--static" && ! [string match "*libbfd.a*" $BFDLIB] } then {
        untested $testname
        continue
@@ -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
            }