]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (Libltdl interface): libltdl does in fact load
authorMarius Vollmer <mvo@zagadka.de>
Fri, 14 Nov 2003 15:14:11 +0000 (15:14 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 14 Nov 2003 15:14:11 +0000 (15:14 +0000)
dependency libs for lt_dlopen()ed modules.

ChangeLog
doc/libtool.texi

index 81aebd3f90d42444c170335a549893fdcf9a58d9..8cd3ffcd34111588634d9a2f1cdede2b01852110 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-14  Marius Vollmer  <mvo@zagadka.de>
+
+       * doc/libtool.texi (Libltdl interface): libltdl does in fact load
+       dependency libs for lt_dlopen()ed modules.
+
 2003-11-14  Gary V. Vaughan  <gary@gnu.org>
 
        Run our configure.ac files through Autoconf 2.59's autoupdate, and
index 1120a18568d9f561ff4ce05e21eaf57690ce695b..5b9cca6981f26414a0c8c69658e0ffa44c6c852d 100644 (file)
@@ -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