From: Ralf Wildenhues Date: Tue, 9 Nov 2004 19:11:24 +0000 (+0000) Subject: * doc/libtool.texi (Multiple dependencies): Minor rewording. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a54843a977b4666765de62451dd66f701d05232a;p=thirdparty%2Flibtool.git * doc/libtool.texi (Multiple dependencies): Minor rewording. --- diff --git a/ChangeLog b/ChangeLog index c59cc62fd..f7997ea7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-11-09 Ralf Wildenhues + * doc/libtool.texi (Multiple dependencies): Minor rewording. + * doc/libtool.texi (User defined module data, References): indentation and word-wrap cleanup. diff --git a/doc/libtool.texi b/doc/libtool.texi index 04dc150c4..e5708b7ca 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -4826,10 +4826,10 @@ objects. @node Multiple dependencies @subsection Multiple dependencies -On most modern platforms the order that dependent libraries are listed +On most modern platforms the order in which dependent libraries are listed has no effect on object generation. In theory, there are platforms which require libraries which provide missing symbols to other libraries -to listed after those libraries whose symbols they provide. +to be listed after those libraries whose symbols they provide. Particularly, if a pair of static archives each resolve some of the other's symbols, it might be necessary to list one of those archives