From: Christophe Vidal Date: Thu, 15 Aug 2019 13:38:31 +0000 (+0100) Subject: Correct a typo in the documentation for the disassembler. X-Git-Tag: binutils-2_33~227 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9177214a228f7d0eb8543725287a6163993fbebf;p=thirdparty%2Fbinutils-gdb.git Correct a typo in the documentation for the disassembler. * docs/binutils.texi: Fixed notice message disassembler options section of the man page. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 54dbf9a81dc..608c2900f93 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2019-08-15 Christophe Vidal + + * docs/binutils.texi: Fixed notice message disassembler options + section of the man page. + 2019-08-09 Mihailo Stojanovic * readelf.c (get_mips_dynamic_type): Return MIPS_XHASH dynamic type. diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index e0e6288ec63..f6d07f7d1e6 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2448,7 +2448,7 @@ Note: @code{intel-mnemonic} implies @code{intel} and @itemx addr16 @itemx data32 @itemx data16 -Specify the default address size and operand size. These four options +Specify the default address size and operand size. These five options will be overridden if @code{x86-64}, @code{i386} or @code{i8086} appear later in the option string.