2001-11-30 H.J. Lu <hjl@gnu.org>

* ld-elfvers/vers.exp (build_vers_lib): Preserve the library
	order.
This commit is contained in:
H.J. Lu 2001-11-30 15:41:17 +00:00
parent 679547726a
commit 82e03011ac
2 changed files with 6 additions and 1 deletions

View 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

View 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"
}
}