OSDN Git Service

opcodes/
authorPeter Bergner <bergner@vnet.ibm.com>
Thu, 15 Jan 2009 04:27:28 +0000 (04:27 +0000)
committerPeter Bergner <bergner@vnet.ibm.com>
Thu, 15 Jan 2009 04:27:28 +0000 (04:27 +0000)
commit1b26519e2da4d8911270921f9f3f5d35a89bb4b0
tree189539e3731ee51d0bae1a9c6fee1ebaa70194d5
parent0cfdf12ebb79fbe02ef38ba04ebf72e70209fe84
opcodes/
* ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
* ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
operand form and enable the four operand form for POWER6 and later.
<mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
three operand form for POWER6 and later.

gas/testsuite/
* gas/ppc/power6.s ("mtfsf", "mtfsf.", "mtfsfi", "mtfsfi."): Add tests.
* gas/ppc/power6.d: Likewise.
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c