Rearrange doc about symbols in shared libraries.
authorBruno Haible <bruno@clisp.org>
Tue, 3 Mar 2009 11:01:31 +0000 (12:01 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 3 Mar 2009 11:15:05 +0000 (12:15 +0100)
ChangeLog
doc/gnulib.texi
doc/visibility.texi

index 796cd5e..d109e90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-03  Bruno Haible  <bruno@clisp.org>
+
+       * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
+       earlier.
+       * doc/visibility.texi: Fix @node and @section.
+
 2009-03-03  Simon Josefsson  <simon@josefsson.org>
 
        * doc/gnulib.texi: Link to sections for ld version script and
@@ -14,7 +20,6 @@
 
 2009-03-02  Bruno Haible  <bruno@clisp.org>
 
-       * doc/gnulib.texi (Exported Symbols of Shared Libraries): New section.
        * doc/visibility.texi: Mention libtool's -export-symbols option.
 
 2009-03-02  Jim Meyering  <meyering@redhat.com>
index ceb0335..6e13cdf 100644 (file)
@@ -5821,12 +5821,12 @@ This list of functions is sorted according to the header that declares them.
 * gcd::
 * Regular expressions::
 * Searching for Libraries::
+* Exported Symbols of Shared Libraries::
+* LD Version Scripts::
 * Supporting Relocation::
 * func::
 * warnings::
 * manywarnings::
-* visibility::
-* LD Version Scripts::
 @end menu
 
 @node alloca
@@ -5911,6 +5911,10 @@ generated automatically.
 
 @include havelib.texi
 
+@include visibility.texi
+
+@include ld-version-script.texi
+
 @include relocatable-maint.texi
 
 @include func.texi
@@ -5919,10 +5923,6 @@ generated automatically.
 
 @include manywarnings.texi
 
-@include visibility.texi
-
-@include ld-version-script.texi
-
 @node GNU Free Documentation License
 @appendix GNU Free Documentation License
 
index 2fbcbf5..73c7432 100644 (file)
@@ -1,5 +1,5 @@
-@node visibility
-@section visibility
+@node Exported Symbols of Shared Libraries
+@section Controlling the Exported Symbols of Shared Libraries
 
 @c Documentation of gnulib module 'visibility'.