From: H.J. Lu Date: Fri, 30 Nov 2001 15:41:17 +0000 (+0000) Subject: 2001-11-30 H.J. Lu X-Git-Tag: cygnus_cvs_20020108_pre~460 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82e03011ac9a7bc82eb4496f424c5347350e8b25;p=external%2Fbinutils.git 2001-11-30 H.J. Lu * ld-elfvers/vers.exp (build_vers_lib): Preserve the library order. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 3450ec9..42a495e 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-11-30 H.J. Lu + + * ld-elfvers/vers.exp (build_vers_lib): Preserve the library + order. + 2001-11-29 H.J. Lu * ld-elfvers/vers.exp (build_vers_lib): Support linking against 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" } }