diff options
author | Peter Bergner <bergner@vnet.ibm.com> | 2009-01-15 04:27:28 +0000 |
---|---|---|
committer | Peter Bergner <bergner@vnet.ibm.com> | 2009-01-15 04:27:28 +0000 |
commit | 21169fcfadfac63f7c02e33e19301cf375930b5e (patch) | |
tree | d545609c268e153a1916cad1dd063f8bb10938c2 /opcodes/ChangeLog | |
parent | bbbfea06e5f64310ea70f28722f8e43ec01abbca (diff) | |
download | gdb-21169fcfadfac63f7c02e33e19301cf375930b5e.zip gdb-21169fcfadfac63f7c02e33e19301cf375930b5e.tar.gz gdb-21169fcfadfac63f7c02e33e19301cf375930b5e.tar.bz2 |
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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 1d50cc1..df43357 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2009-01-14 Peter Bergner <bergner@vnet.ibm.com> + + * 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. + 2009-01-14 Mike Frysinger <vapier@gentoo.org> * bfin-dis.c (OUTS): Use "%s" as format string. |