]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/testsuite/ld-mn10300/mn10300.exp
Run more ld tests when not native
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-mn10300 / mn10300.exp
index 98c77cd9e9137c558c26298202eb656daa6ea2a6..503dd774de17544e6f1f91e4bb576657402dae94 100644 (file)
@@ -147,12 +147,12 @@ proc i126256-test { } {
        return
     }
     
-    if { ![ld_simple_link $ld $tmpdir/i126256-1.so "-shared $tmpdir/i126256-1.o -e 0"]} {
+    if { ![ld_link $ld $tmpdir/i126256-1.so "-shared $tmpdir/i126256-1.o -e 0"]} {
         unresolved $testname
        return
     }
 
-    if { ![ld_simple_link $ld $tmpdir/i126256-2.so "--relax -shared $tmpdir/i126256-2.o $tmpdir/i126256-1.so -e 0"]} {
+    if { ![ld_link $ld $tmpdir/i126256-2.so "--relax -shared $tmpdir/i126256-2.o $tmpdir/i126256-1.so -e 0"]} {
         fail $testname
        return
     }