aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-04-08 00:24:02 +0000
committerAlan Modra <amodra@gmail.com>2002-04-08 00:24:02 +0000
commit024531e2e539ccd165c1319283015a989602ea29 (patch)
treeff9b8e58e4ceb1eda9a52042c31bd1f3da6ab6ff
parent0fcddd82b64ffe3938e9f750746388c949053e1c (diff)
downloadgdb-024531e2e539ccd165c1319283015a989602ea29.zip
gdb-024531e2e539ccd165c1319283015a989602ea29.tar.gz
gdb-024531e2e539ccd165c1319283015a989602ea29.tar.bz2
* ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ld.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f3968d3..a4f616e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-08 Alan Modra <amodra@bigpond.net.au>
+
+ * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
+
2002-04-07 matthew green <mrg@redhat.com>
* ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 0992ab4..a884ffd 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -2277,7 +2277,7 @@ A couple of linker script commands deal with object file formats.
@cindex output file format in linker script
The @code{OUTPUT_FORMAT} command names the BFD format to use for the
output file (@pxref{BFD}). Using @code{OUTPUT_FORMAT(@var{bfdname})} is
-exactly like using @samp{-oformat @var{bfdname}} on the command line
+exactly like using @samp{--oformat @var{bfdname}} on the command line
(@pxref{Options,,Command Line Options}). If both are used, the command
line option takes precedence.