diff options
author | Ben Elliston <bje@au.ibm.com> | 2007-08-24 00:56:30 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2007-08-24 00:56:30 +0000 |
commit | c3d65c1ced61cfb87d77e677ee576a3353ce5e34 (patch) | |
tree | 3e88efb3525dcd12b0011f8829c81ccfa75422ff /binutils/doc | |
parent | b6a3feb15fba9b3e2b5c13f4cbc558eea5d34d18 (diff) | |
download | gdb-c3d65c1ced61cfb87d77e677ee576a3353ce5e34.zip gdb-c3d65c1ced61cfb87d77e677ee576a3353ce5e34.tar.gz gdb-c3d65c1ced61cfb87d77e677ee576a3353ce5e34.tar.bz2 |
binutils/
* doc/binutils.texi (objdump): Document -Mppcps.
gas/
* config/tc-ppc.c (parse_cpu): Handle "750cl".
(pre_defined_registers): Add "gqr0" to "gqr7", "gqr.0" to "gqr.7".
(md_show_usage): Document -m750cl.
(md_assemble): Handle two delimiters in succession (eg. `),').
* doc/c-ppc.texi (PowerPC-Opts): Document -m750cl.
* testsuite/gas/ppc/ppc.exp: Run ppc70ps dump tests.
* testsuite/gas/ppc/ppc750ps.s: New file.
* testsuite/gas/ppc/ppc750ps.d: Likewise.
include/opcode/
* ppc.h (PPC_OPCODE_PPCPS): New.
opcodes/
* ppc-opc.c (PSW, PSWM, PSQ, PSQM, PSD, MTMSRD_L): New.
(XOPS, XOPS_MASK, XW, XW_MASK): Likewise.
(PPCPS): Likewise.
(powerpc_opcodes): Add all pair singles instructions.
* ppc-dis.c (powerpc_dialect): Handle "ppcps".
(print_ppc_disassembler_options): Document -Mppcps.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 5c8fbc2..52787f7 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1819,9 +1819,10 @@ 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. @option{440} selects disassembly for -the PowerPC 440. +PowerPC and PowerPC64 disassembly, respectively. @option{e300} +selects disassembly for the e300 family. @option{440} selects +disassembly for the PowerPC 440. @option{ppcps} selects disassembly +for the paired single instructions of the PPC750CL. For MIPS, this option controls the printing of instruction mnemonic names and register names in disassembled instructions. Multiple |