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:
parent
679547726a
commit
82e03011ac
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue