[PATCH] Fixed disassembler data/addr options note on man page

Christophe Vidal christophe.vidal.82@gmail.com
Sat Jul 6 03:47:00 GMT 2019


This patch fixed a notice message disassembler options section of the
man page, which currently reads:

[...]
"addr64"
"addr32"
"addr16"
"data32"
"data16"
   Specify the default address size and operand size.  These four
options will be overridden if "x86-64", "i386" or "i8086" appear later
in the option string.
[...]

In this notice message, "four" is inaccurate because 5 options are
documented just above.



ChangeLog:


2019-07-06  Christophe Vidal <support@krizalys.com>

* docs/binutils.texi: Fixed notice message disassembler options
section of the man page.



More information about the Gdb-patches mailing list