OSDN Git Service

opcodes/
authorbergner <bergner>
Thu, 2 Apr 2009 13:30:53 +0000 (13:30 +0000)
committerbergner <bergner>
Thu, 2 Apr 2009 13:30:53 +0000 (13:30 +0000)
commit2024bb888822b568298967ef39d14756fc1fba7a
tree092e2e5afb768d645d089c6df57d99981000a1d4
parent5c4447a0062953747f43895c752a43d6fb9e63d9
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