Run more ld tests when not native
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / phdrs2.exp
index 5ab8b89f858a2fd3bb57ea0db41e227b067701a1..625b07a963a2afbb6f55feba8eaf109fb163de16 100644 (file)
@@ -55,7 +55,7 @@ set phdrs_regexp \
     ".*Program Header:.*LOAD *off *0x00\[0-9a-f\]* *vaddr *0x00*800000 *paddr *0x00*800000.*filesz *0x0\[0-9a-f\]* *memsz *0x0\[0-9a-f\]*.*LOAD *off *0x00\[0-9a-f\]* *vaddr *0x00*800004 *paddr *0x00*800004.*filesz *0x00*\[0-9a-f\]* *memsz *0x0\[0-9a-f\]* *flags rw.*"
 
 set ldopt "$ldopt -T $srcdir/$subdir/phdrs2.t tmpdir/phdrs2.o"
-if ![ld_simple_link $ld tmpdir/phdrs2 $ldopt] {
+if ![ld_link $ld tmpdir/phdrs2 $ldopt] {
     fail $testname
 } else {
     if {![is_remote host] && [which $objdump] == 0} {
This page took 0.023663 seconds and 4 git commands to generate.