Hi Gary, Alexandre, others,
* Gary V. Vaughan wrote on Fri, Apr 08, 2005 at 02:05:46PM CEST:
> Ralf Wildenhues wrote:
> > Here is a patch with a test and your fix.
> >
> > OK to apply to branch-1-5 and forward-port?
>
> Yep, looks good to me.
Thanks. Applied, with a slightly more verbose ChangeLog entry as below.
(And, since I goofed up the permissions, I renamed linkorder.test to
link-order.test subsequently. Sorry for the inconvenience.)
> If you have the time to move the test into the new framework when you port to
> HEAD, that will save work later when we convert the legacy tests. If not, no
> matter... better to have the test in the old framework than not at all :-)
I will try to put it in the new framework. I wanted this test because I
am really unsure whether this bug is present in the other branches. And
because the more involved bugs need better testsuite coverage -- they
get less coverage out in the wild.
Regards,
Ralf
2005-04-08 Alexandre Oliva <[EMAIL PROTECTED]>,
Ralf Wildenhues <[EMAIL PROTECTED]>
Fix the order of -L flags added for libtool dep libs.
* ltmain.in (link mode): Add to tmp_libs paths for libtool dep
libs in reverse order as well.
* tests/defs: Set $build to allow to detect cross-compiles.
* tests/Makefile.am, tests/link-order.test: New test.