aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfvers
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2001-11-30 15:41:17 +0000
committerH.J. Lu <hjl.tools@gmail.com>2001-11-30 15:41:17 +0000
commit82e03011ac9a7bc82eb4496f424c5347350e8b25 (patch)
tree59868c94e9012a9bfb07bccef967481e2ae7d67a /ld/testsuite/ld-elfvers
parent679547726ae76ae4b9929ad13dd20f58edfe93dc (diff)
downloadgdb-82e03011ac9a7bc82eb4496f424c5347350e8b25.zip
gdb-82e03011ac9a7bc82eb4496f424c5347350e8b25.tar.gz
gdb-82e03011ac9a7bc82eb4496f424c5347350e8b25.tar.bz2
2001-11-30 H.J. Lu <hjl@gnu.org>
* ld-elfvers/vers.exp (build_vers_lib): Preserve the library order.
Diffstat (limited to 'ld/testsuite/ld-elfvers')
-rw-r--r--ld/testsuite/ld-elfvers/vers.exp2
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"
}
}