2002-11-27 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 27 Nov 2002 19:42:10 +0000 (19:42 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 27 Nov 2002 19:42:10 +0000 (19:42 +0000)
* ld.texinfo: Add the missing `;' to sample version scripts.

ld/ChangeLog
ld/ld.texinfo

index 564633bdd974e2ead0c10feb164102af1cb8d3a3..5d654fbf0802bfa3f9a7e8ce4c608348bbded7e0 100644 (file)
@@ -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.
index 03702dc6c7b9346b6788f8ca90ea73900d63bdaa..961dead3472efadf419bbd70fe82c8e6937d31d6 100644 (file)
@@ -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
This page took 0.036755 seconds and 4 git commands to generate.