opcodes/
authorPeter Bergner <bergner@vnet.ibm.com>
Thu, 2 Apr 2009 13:30:56 +0000 (13:30 +0000)
committerPeter Bergner <bergner@vnet.ibm.com>
Thu, 2 Apr 2009 13:30:56 +0000 (13:30 +0000)
commit70dc4e324b9aecad6c9732ebedd0eeb66eb2e176
treeb539b11cb2008f64cbfea4bc4bf6e07e73e3c7c9
parent5b19eaba0d7d5d8da864c0569543a61ec1eacaa4
opcodes/
* ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect
due to -many/-Many.
(print_insn_powerpc): Make sure we only deprecate instructions using
the original dialect and not a modified dialect due to -Many handling.
Move the handling of the condition register and default operands to
the end of the if/else if/else chain.
* ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
instructions from newer processors are listed before older ones.
<"icblce", "sync", "eieio", "tlbld">: Deprecate for processors
that have instructions with conflicting opcodes.
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c