libtool.texi: Documentation inconsitent with libltdl3

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=253904
This commit is contained in:
Jonathan Nieder 2012-05-13 21:52:18 -05:00 committed by Ileana Dumitrescu
parent f91f7bc3ab
commit c7e99b6b74
No known key found for this signature in database
GPG Key ID: 6570EA01146F7354

View File

@ -4021,10 +4021,10 @@ portability you should try to ensure that you only pass
@option{-module} flag.}.
Unresolved symbols in the module are resolved using its dependency
libraries and previously dlopened modules. If the executable using
this module was linked with the @option{-export-dynamic} flag, then the
global symbols in the executable will also be used to resolve
references in the module.
libraries and, on some platforms, previously dlopened modules. If
the executable using this module was linked with the
@option{-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
@option{-export-dynamic} or @option{-dlopen self}, @code{lt_dlopen} will