changeset 11255:8654d5f5a115

Rearrange doc about symbols in shared libraries.
author Bruno Haible <bruno@clisp.org>
date Tue, 03 Mar 2009 12:01:31 +0100
parents 28202c1cd52d
children e12ffbb3ba4b
files ChangeLog doc/gnulib.texi doc/visibility.texi
diffstat 3 files changed, 14 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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>
--- 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
 
--- 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'.