diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a78410f..f99b00c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2001-11-15 Alan Modra <amodra@bigpond.net.au> + + * doc/binutils.texi (objdump): Document ppc -M options. + 2001-11-14 Andreas Jaeger <aj@suse.de> * doc/binutils.texi (objdump): Fix description to use x86-64. diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index d85172a..db16633 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1582,6 +1582,10 @@ 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. +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. + @item -p @itemx --private-headers Print information that is specific to the object file format. The exact |