aboutsummaryrefslogtreecommitdiff
path: root/binutils/doc
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2005-01-19 23:35:26 +0000
committerFred Fish <fnf@specifix.com>2005-01-19 23:35:26 +0000
commite39893d75a214ffce850f37bcd02ebd7dcea7ce5 (patch)
tree6227f963b703b80956100bd27ce57aeb876501d5 /binutils/doc
parent9c6ed8e64be00bb73575a42674d2cfc09aefeb7d (diff)
downloadgdb-e39893d75a214ffce850f37bcd02ebd7dcea7ce5.zip
gdb-e39893d75a214ffce850f37bcd02ebd7dcea7ce5.tar.gz
gdb-e39893d75a214ffce850f37bcd02ebd7dcea7ce5.tar.bz2
2005-01-19 Fred Fish <fnf@specifixinc.com>
* NEWS: Make note of the new MIPS disassembly option "no-aliases". * doc/binutils.texi (objdump): Document the "no-aliases" disassembly option.
Diffstat (limited to 'binutils/doc')
-rw-r--r--binutils/doc/binutils.texi13
1 files changed, 9 insertions, 4 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 557326e..b1b2e19 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -1733,12 +1733,17 @@ For PPC, @option{booke}, @option{booke32} and @option{booke64} select
disassembly of BookE instructions. @option{32} and @option{64} select
PowerPC and PowerPC64 disassembly, respectively.
-For MIPS, this option controls the printing of register names in
-disassembled instructions. Multiple selections from the
-following may be specified as a comma separated string, and invalid
-options are ignored:
+For MIPS, this option controls the printing of instruction mneumonic
+names and register names in disassembled instructions. Multiple
+selections from the following may be specified as a comma separated
+string, and invalid options are ignored:
@table @code
+@item no-aliases
+Print the 'raw' instruction mneumonic instead of some pseudo
+instruction mneumonic. I.E. print 'daddu' or 'or' instead of 'move',
+'sll' instead of 'nop', etc.
+
@item gpr-names=@var{ABI}
Print GPR (general-purpose register) names as appropriate
for the specified ABI. By default, GPR names are selected according to