2001-11-30 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 30 Nov 2001 15:41:17 +0000 (15:41 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 30 Nov 2001 15:41:17 +0000 (15:41 +0000)
* ld-elfvers/vers.exp (build_vers_lib): Preserve the library
order.

ld/testsuite/ChangeLog
ld/testsuite/ld-elfvers/vers.exp

index 3450ec9..42a495e 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-30  H.J. Lu <hjl@gnu.org>
+
+       * ld-elfvers/vers.exp (build_vers_lib): Preserve the library
+       order.
+
 2001-11-29  H.J. Lu <hjl@gnu.org>
 
        * ld-elfvers/vers.exp (build_vers_lib): Support linking against
index c77466d..c5256fc 100644 (file)
@@ -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"
        }
     }