From: Marius Vollmer Date: Fri, 14 Nov 2003 15:14:11 +0000 (+0000) Subject: * doc/libtool.texi (Libltdl interface): libltdl does in fact load X-Git-Tag: release-1-9b~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e12f17a71399406a2a19fd189fe7724b5e7d896c;p=thirdparty%2Flibtool.git * doc/libtool.texi (Libltdl interface): libltdl does in fact load dependency libs for lt_dlopen()ed modules. --- diff --git a/ChangeLog b/ChangeLog index 81aebd3f9..8cd3ffcd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-11-14 Marius Vollmer + + * doc/libtool.texi (Libltdl interface): libltdl does in fact load + dependency libs for lt_dlopen()ed modules. + 2003-11-14 Gary V. Vaughan Run our configure.ac files through Autoconf 2.59's autoupdate, and diff --git a/doc/libtool.texi b/doc/libtool.texi index 1120a1856..5b9cca698 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -2855,10 +2855,10 @@ modules, preloaded static modules, the program itself and native dynamic libraries. Unresolved symbols in the module are resolved using its dependency -libraries (not implemented yet) and previously dlopened modules. If the -executable using this module was linked with the @code{-export-dynamic} -flag, then the global symbols in the executable will also be used to -resolve references in the module. +libraries and previously dlopened modules. If the executable using +this module was linked with the @code{-export-dynamic} flag, then the +global symbols in the executable will also be used to resolve +references in the module. If @var{filename} is @code{NULL} and the program was linked with @code{-export-dynamic} or @code{-dlopen self}, @code{lt_dlopen} will