OSDN Git Service

gas/
authorBen Elliston <bje@au.ibm.com>
Mon, 21 Sep 2009 10:29:07 +0000 (10:29 +0000)
committerBen Elliston <bje@au.ibm.com>
Mon, 21 Sep 2009 10:29:07 +0000 (10:29 +0000)
commit24fdca3ca10e8f9879e1f0cee1d01b7e8bdc07b0
tree208343bd19aa645250756503a7435fd3e97072e6
parentb3869cf1e70cc6fb80823cc7dff5b3b0974130ee
gas/
* config/tc-ppc.c (md_show_usage): Document -mpcca2.
* doc/c-ppc.texi (PowerPC-Opts): Document -mppca2.

gas/testsuite/
* gas/ppc/a2.s: New.
* gas/ppc/a2.d: Likewise.
* gas/ppc/ppc.exp: Run the a2 dump test.

include/opcode/
* ppc.h (PPC_OPCODE_PPCA2): New.

opcodes/
* ppc-dis.c (ppc_opts): Add "ppca2" entry.
* ppc-opc.c (powerpc_opcodes): Add eratilx, eratsx, eratsx.,
eratre, wchkall, eratwe, ldawx., mdfcrx., mfdcr. mtdcrx., icswx,
icswx., mtdcr., dci, wclrone, wclrall, wclr, erativax, tlbsrx.,
ici mnemonics.
(ERAT_T): New operand.
(XWC_MASK): New mask.
(XOPL2): New macro.
(PPCA2): Define.
12 files changed:
gas/ChangeLog
gas/config/tc-ppc.c
gas/doc/c-ppc.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/ppc/a2.d [new file with mode: 0644]
gas/testsuite/gas/ppc/a2.s [new file with mode: 0644]
gas/testsuite/gas/ppc/ppc.exp
include/opcode/ChangeLog
include/opcode/ppc.h
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c