2002-12-01 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 2 Dec 2002 00:40:28 +0000 (00:40 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 2 Dec 2002 00:40:28 +0000 (00:40 +0000)
* ld.texinfo: Remove the extra `;' in sample version script.

ld/ChangeLog
ld/ld.texinfo

index 2d5b2bd9499b9f2192b9f8cc7022b7cdcd3e6ab1..37f1412dfba64b0696a509578f0b24e1d27a3364 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-01  H.J. Lu <hjl@gnu.org>
+
+       * ld.texinfo: Remove the extra `;' in sample version script.
+
 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
 
        * configure.host: Correct dynamic-linker for powerpc64 hosts.
index 961dead3472efadf419bbd70fe82c8e6937d31d6..8d85f95679be5292082d02c7eb2dea2135741cde 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
This page took 0.033517 seconds and 4 git commands to generate.