OSDN Git Service

opcodes/
authorPeter Bergner <bergner@vnet.ibm.com>
Thu, 2 Apr 2009 13:30:53 +0000 (13:30 +0000)
committerPeter Bergner <bergner@vnet.ibm.com>
Thu, 2 Apr 2009 13:30:53 +0000 (13:30 +0000)
commit62ac46f24ce72e95225f11da6276fdbf4a8c0084
treeb784882a3160faca1c532f5ab962e1fd3b8ffa5c
parent28fd786ae855936d970046edb0923e34670bb103
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