aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2002-12-02 00:40:28 +0000
committerH.J. Lu <hjl.tools@gmail.com>2002-12-02 00:40:28 +0000
commita981ed6f5cab42581b5fc6ded4a875af72b2b285 (patch)
treeea516898fa16c4ffa3f4d310f712ddf1f98e9ba9 /ld/ld.texinfo
parente2187552e1b8eb6b93f136a83cd6ead6ddf67fbd (diff)
downloadgdb-a981ed6f5cab42581b5fc6ded4a875af72b2b285.zip
gdb-a981ed6f5cab42581b5fc6ded4a875af72b2b285.tar.gz
gdb-a981ed6f5cab42581b5fc6ded4a875af72b2b285.tar.bz2
2002-12-01 H.J. Lu <hjl@gnu.org>
* ld.texinfo: Remove the extra `;' in sample version script.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r--ld/ld.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 961dead..8d85f95 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -3743,7 +3743,7 @@ and @samp{bar2} are bound to the version node @samp{VERS_2.0}.
When the linker finds a symbol defined in a library which is not
specifically bound to a version node, it will effectively bind it to an
unspecified base version of the library. You can bind all otherwise
-unspecified symbols to a given version node by using @samp{global: *;};
+unspecified symbols to a given version node by using @samp{global: *;}
somewhere in the version script.
The names of the version nodes have no specific meaning other than what