diff options
author | Nick Clifton <nickc@redhat.com> | 2007-02-02 12:43:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-02-02 12:43:35 +0000 |
commit | e5ce897020857ddaa00f8ba564909205b2f67dc1 (patch) | |
tree | a399f5428e4caea88e2512e28ac8f84fab426dd2 /binutils | |
parent | d701dcab23c75ba4e49c3c4cab9a9d1f9669da5c (diff) | |
download | gdb-e5ce897020857ddaa00f8ba564909205b2f67dc1.zip gdb-e5ce897020857ddaa00f8ba564909205b2f67dc1.tar.gz gdb-e5ce897020857ddaa00f8ba564909205b2f67dc1.tar.bz2 |
* doc/binutils.texi (objdump): Document support for disassembling the 440 PowerPC architecture.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 277083f..8ab84cc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2007-02-02 Nick Clifton <nickc@redhat.com> + + * doc/binutils.texi (objdump): Document support for disassembling + the 440 PowerPC architecture. + 2007-01-31 Nathan Sidwell <nathan@codesourcery.com> * dwarf.c (process_debug_info): Protect against bogus length and diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index e6d9ecd..a0611b1 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1771,7 +1771,8 @@ suffix could be inferred by the operands. 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. @option{e300} selects -disassembly for the e300 family. +disassembly for the e300 family. @option{440} selects disassembly for +the powerPC 440. For MIPS, this option controls the printing of instruction mnemonic names and register names in disassembled instructions. Multiple |