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)
commit764213d6fdb5ea9d04960646b88b0396fa905eb9
treece6dae217a13075bb2a68ca9158739deedaa9952
parent4af270b209c5f61bd9655a9fb45a3fead20e2074
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.
gas/testsuite/ChangeLog
gas/testsuite/gas/ppc/power6.d
gas/testsuite/gas/ppc/power6.s
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c