# HG changeset patch # User Bruno Haible # Date 1236078091 -3600 # Node ID 8654d5f5a115f6b08aa566dc434a401bb573a719 # Parent 28202c1cd52d371cfce6f52a3cf91c75d84e635e Rearrange doc about symbols in shared libraries. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-03-03 Bruno Haible + + * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi + earlier. + * doc/visibility.texi: Fix @node and @section. + 2009-03-03 Simon Josefsson * doc/gnulib.texi: Link to sections for ld version script and @@ -14,7 +20,6 @@ 2009-03-02 Bruno Haible - * doc/gnulib.texi (Exported Symbols of Shared Libraries): New section. * doc/visibility.texi: Mention libtool's -export-symbols option. 2009-03-02 Jim Meyering diff --git a/doc/gnulib.texi b/doc/gnulib.texi --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -5821,12 +5821,12 @@ * 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 @@ @include havelib.texi +@include visibility.texi + +@include ld-version-script.texi + @include relocatable-maint.texi @include func.texi @@ -5919,10 +5923,6 @@ @include manywarnings.texi -@include visibility.texi - -@include ld-version-script.texi - @node GNU Free Documentation License @appendix GNU Free Documentation License diff --git a/doc/visibility.texi b/doc/visibility.texi --- a/doc/visibility.texi +++ b/doc/visibility.texi @@ -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'.