diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-12-19 14:39:30 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-12-19 14:39:30 +0000 |
commit | b9e5d8e53056fba59743669373483e71271a49cd (patch) | |
tree | 63b32842277112ca1a41a0b6d3cf65a3e248af20 /binutils | |
parent | 313b8244d15f5924ed3d773d5b10989be697854c (diff) | |
download | gdb-b9e5d8e53056fba59743669373483e71271a49cd.zip gdb-b9e5d8e53056fba59743669373483e71271a49cd.tar.gz gdb-b9e5d8e53056fba59743669373483e71271a49cd.tar.bz2 |
* doc/binutils.texi: Fix typos.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 2a5d3eb..e395fe3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2002-12-19 Kazu Hirata <kazu@cs.umass.edu> + + * doc/binutils.texi: Fix typos. + 2002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca> * doc/binutils.texi: Add missing parenthesis. diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index fb6715c..57103f0 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1592,7 +1592,7 @@ intel syntax mode and AT&T syntax mode. @option{addr32}, 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 string. Lastly, @option{suffix}, when in AT&T mode, -instructs the dissassembler to print a mnemonic suffix even when the +instructs the disassembler to print a mnemonic suffix even when the suffix could be inferred by the operands. For PPC, @option{booke}, @option{booke32} and @option{booke64} select @@ -2894,7 +2894,7 @@ files. The options control what particular information to display. @var{elffile}@dots{} are the object files to be examined. At the moment, @command{readelf} does not support examining archives, nor does it -support examing 64 bit ELF files. +support examining 64 bit ELF files. @c man end |