summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-11-14 12:00:59 +0000
committerAndreas Jaeger <aj@suse.de>2001-11-14 12:00:59 +0000
commitb89e9eae555ae991adf97ae42953111be8818994 (patch)
tree261774fd7804a50a68c4a4cb9f695bddc68cc82e
parenta6a256529f6ced31a2b2b8a862e78d92081390b3 (diff)
downloadppe42-binutils-b89e9eae555ae991adf97ae42953111be8818994.tar.gz
ppe42-binutils-b89e9eae555ae991adf97ae42953111be8818994.zip
* doc/binutils.texi (objdump): Fix description to use x86-64.
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/doc/binutils.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 5216bfa281..a78410fd41 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-14 Andreas Jaeger <aj@suse.de>
+
+ * doc/binutils.texi (objdump): Fix description to use x86-64.
+
2001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
* bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 8a486073ee..d85172ae6a 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -1572,12 +1572,12 @@ compilers.
For the x86, some of the options duplicate functions of the @option{-m}
switch, but allow finer grained control. Multiple selections from the
following may be specified as a comma separated string.
-@option{x86_64}, @option{i386} and @option{i8086} select disassembly for
+@option{x86-64}, @option{i386} and @option{i8086} select disassembly for
the given architecture. @option{intel} and @option{att} select between
intel syntax mode and AT&T syntax mode. @option{addr32},
@option{addr16}, @option{data32} and @option{data16} specify the default
address size and operand size. These four options will be overridden if
-@option{x86_64}, @option{i386} or @option{i8086} appear later in the
+@option{x86-64}, @option{i386} or @option{i8086} appear later in the
option string. Lastly, @option{suffix}, when in AT&T mode,
instructs the dissassembler to print a mnemonic suffix even when the
suffix could be inferred by the operands.
OpenPOWER on IntegriCloud