binutils/ChangeLog
[deliverable/binutils-gdb.git] / binutils / doc / binutils.texi
index 45878cbf304364df2a9218c1aea2f82d96bde5b1..8a486073eebc9e411c283f145a981fc2823b8064 100644 (file)
@@ -1569,6 +1569,19 @@ using the switch @option{--disassembler-options=force-thumb}.  This can be
 useful when attempting to disassemble thumb code produced by other
 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
+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 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.
+
 @item -p
 @itemx --private-headers
 Print information that is specific to the object file format.  The exact
This page took 0.022922 seconds and 4 git commands to generate.