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)
commit21169fcfadfac63f7c02e33e19301cf375930b5e
treed545609c268e153a1916cad1dd063f8bb10938c2
parentbbbfea06e5f64310ea70f28722f8e43ec01abbca
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