aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2002-11-27 19:42:10 +0000
committerH.J. Lu <hjl.tools@gmail.com>2002-11-27 19:42:10 +0000
commit7c9c73bedd44f1f463297615ff6923c85ab69deb (patch)
tree7381493f8186b39bc3d616989e858ce718336804 /ld
parentb2a1bd4fcf50d91af52a6d852311540c488e75fd (diff)
downloadfsf-binutils-gdb-7c9c73bedd44f1f463297615ff6923c85ab69deb.zip
fsf-binutils-gdb-7c9c73bedd44f1f463297615ff6923c85ab69deb.tar.gz
fsf-binutils-gdb-7c9c73bedd44f1f463297615ff6923c85ab69deb.tar.bz2
2002-11-27 H.J. Lu <hjl@gnu.org>
* ld.texinfo: Add the missing `;' to sample version scripts.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ld.texinfo4
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 564633b..5d654fb 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-27 H.J. Lu <hjl@gnu.org>
+
+ * ld.texinfo: Add the missing `;' to sample version scripts.
+
2002-11-20 Alan Modra <amodra@bigpond.net.au>
* emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 03702dc..961dead 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
@@ -3757,7 +3757,7 @@ symbols, only selects which symbols will be globally visible out and which
won't.
@smallexample
-@{ global: foo; bar; local: *; @}
+@{ global: foo; bar; local: *; @};
@end smallexample
When you link an application against a shared library that has versioned