diff options
Diffstat (limited to 'ld/testsuite/ld-elfvers/vers.exp')
-rw-r--r-- | ld/testsuite/ld-elfvers/vers.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-elfvers/vers.exp b/ld/testsuite/ld-elfvers/vers.exp index c77466d..c5256fc 100644 --- a/ld/testsuite/ld-elfvers/vers.exp +++ b/ld/testsuite/ld-elfvers/vers.exp @@ -483,7 +483,7 @@ proc build_vers_lib { test source libname other mapfile verexp versymexp symexp set other_lib "" if ![string match "" $other] then { foreach o $other { - set other_lib "$tmpdir/$o $other_lib" + set other_lib "$other_lib $tmpdir/$o" } } |