forked from Imagelibrary/binutils-gdb
binutils/
2076-02-02 H.J. Lu <hongjiu.lu@intel.com> * doc/binutils.texi (objdump): Document the new addr64 option for i386 disassembler. include/ 2076-02-02 H.J. Lu <hongjiu.lu@intel.com> * dis-asm.h (print_i386_disassembler_options): New. opcodes/ 2076-02-02 H.J. Lu <hongjiu.lu@intel.com> * disassemble.c (disassembler_usage): Call print_i386_disassembler_options for i386 disassembler. * i386-dis.c (print_i386_disassembler_options): New. (print_insn): Support the new addr64 option.
This commit is contained in:
@@ -1760,7 +1760,7 @@ 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
|
||||
the given architecture. @option{intel} and @option{att} select between
|
||||
intel syntax mode and AT&T syntax mode. @option{addr32},
|
||||
intel syntax mode and AT&T syntax mode. @option{addr64}, @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
|
||||
|
||||
Reference in New Issue
Block a user