diff options
author | Roland Pesch <pesch@cygnus> | 1992-05-08 00:10:29 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-05-08 00:10:29 +0000 |
commit | 27e94bd53c8f951b82727777d93362e8e2efd583 (patch) | |
tree | 714d4f14f38ec61daaea250b5d603d9eaf7e0e08 /binutils | |
parent | 82d1666a7c945c2b983601a0d0192787d99c8ca2 (diff) | |
download | gdb-27e94bd53c8f951b82727777d93362e8e2efd583.zip gdb-27e94bd53c8f951b82727777d93362e8e2efd583.tar.gz gdb-27e94bd53c8f951b82727777d93362e8e2efd583.tar.bz2 |
Correct reference to linker manual title (title was "GLD, the GNU linker";
now is "Using LD, the GNU linker").
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/binutils.texi | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index d3bf221..409f630 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -24,14 +24,13 @@ END-INFO-DIR-ENTRY @c General Public License. @c @c $Id$ -@iftex -@finalout -@c @smallbook -@end iftex -@c @cropmarks + @setchapternewpage odd @settitle GNU Binary Utilities @titlepage +@finalout +@c @smallbook +@c @cropmarks @title The GNU Binary Utilities @subtitle Version 1.90 @sp 1 @@ -546,7 +545,7 @@ Requires prior use of @code{OPEN} or @code{CREATE}. @cindex linker @kindex ld The GNU linker @code{ld} is now described in a separate manual. -@xref{Top,, Overview,, GLD: the GNU linker}. +@xref{Top,, Overview,, Using LD: the GNU linker}. @node nm, objdump, ld, Top @chapter nm |