libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Ileana Dumitrescu
Date: Fri, 18 Oct 2024 10:40:04 -0400 (EDT)

branch: development
commit 9a2c8a9d211a3871697cd9b2f1ea2ffb1091ac48
Author: Jonathan Nieder <jrnieder@gmail.com>
AuthorDate: Sun May 13 21:52:18 2012 -0500

    libtool.texi: Documentation inconsitent with libltdl3
    
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=253904
---
 doc/libtool.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/libtool.texi b/doc/libtool.texi
index 25d99094..1bbdf21f 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]