diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/dwarfreloc.exp')
-rw-r--r-- | ld/testsuite/ld-x86-64/dwarfreloc.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-x86-64/dwarfreloc.exp b/ld/testsuite/ld-x86-64/dwarfreloc.exp index c96ffd0..7e2486b 100644 --- a/ld/testsuite/ld-x86-64/dwarfreloc.exp +++ b/ld/testsuite/ld-x86-64/dwarfreloc.exp @@ -58,14 +58,14 @@ set build_tests_ld { run_ld_link_tests $build_tests_ld set testname "Link dwarfreloc1xa.o and dwarfreloc2xa.o to dwarfreloca.o" -if [ld_simple_link $ld "tmpdir/dwarfreloca.o" "-r tmpdir/dwarfreloc1xa.o tmpdir/dwarfreloc2xa.o"] { +if [ld_link $ld "tmpdir/dwarfreloca.o" "-r tmpdir/dwarfreloc1xa.o tmpdir/dwarfreloc2xa.o"] { pass $testname } else { fail $testname } set testname "Link dwarfreloc1xb.o and dwarfreloc2xb.o to dwarfrelocb.o" -if [ld_simple_link $ld "tmpdir/dwarfrelocb.o" "-r tmpdir/dwarfreloc1xb.o tmpdir/dwarfreloc2xb.o"] { +if [ld_link $ld "tmpdir/dwarfrelocb.o" "-r tmpdir/dwarfreloc1xb.o tmpdir/dwarfreloc2xb.o"] { pass $testname } else { fail $testname |