diff options
author | H.J. Lu <hjl@lucon.org> | 2002-12-02 00:40:28 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2002-12-02 00:40:28 +0000 |
commit | 9e351b8ae2c97d6ed1700a476cf3860846cf8d45 (patch) | |
tree | c3fd46ea27291213e05a61d1a26d332a26caed6b /ld | |
parent | e5beafc15a16bbb82c89445e00ed86fb9d2a021d (diff) | |
download | binutils-redhat-9e351b8ae2c97d6ed1700a476cf3860846cf8d45.tar.gz |
2002-12-01 H.J. Lu <hjl@gnu.org>
* ld.texinfo: Remove the extra `;' in sample version script.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/ld.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 2d5b2bd949..37f1412dfb 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 961dead347..8d85f95679 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 |