aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-libs/libs.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-libs/libs.exp')
-rw-r--r--ld/testsuite/ld-libs/libs.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-libs/libs.exp b/ld/testsuite/ld-libs/libs.exp
index 6b64d8c..96d9850 100644
--- a/ld/testsuite/ld-libs/libs.exp
+++ b/ld/testsuite/ld-libs/libs.exp
@@ -24,7 +24,7 @@ file mkdir tmpdir/libtmp
# Check that -l: works. The first "test" just creates an object file
# for the second one.
run_ld_link_tests {
- {"-l: test (preparation)" "-r" "" {lib-1.s} {} "libtmp/anobject"}
- {"-l: test" "-r -Ltmpdir/libtmp -l:anobject" "" {lib-2.s}
+ {"-l: test (preparation)" "-r" "" "" {lib-1.s} {} "libtmp/anobject"}
+ {"-l: test" "-r -Ltmpdir/libtmp -l:anobject" "" "" {lib-2.s}
{{nm -C lib-2.d}} "lib-2"}
}