OSDN Git Service

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)
commit7a5c0744901c6370bd339c1af9d8caf337bf4acf
tree4504406f4aff2f874ab4e933402b9c52df1c1bc8
parentbde590473b7e34ded1e90ee5e48a8a8ca2e00f7d
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