OSDN Git Service

* ppc-dis.c (struct dis_private): New.
authoramodra <amodra>
Thu, 4 Sep 2003 01:51:37 +0000 (01:51 +0000)
committeramodra <amodra>
Thu, 4 Sep 2003 01:51:37 +0000 (01:51 +0000)
commite408cdb73cdc18b191ad5962b8b56270a68ef3aa
tree7c6ce774748b6ae22176425777f222b7c8aed02d
parent867a09ee30a4e26a44b6f91ef618fe2d30fd5faa
* ppc-dis.c (struct dis_private): New.
(powerpc_dialect): Make static.  Accept -Many in addition to existing
options.  Save dialect in dis_private.
(print_insn_big_powerpc): Retrieve dialect from dis_private.
(print_insn_little_powerpc): Likewise.
(print_insn_powerpc): Call powpc_dialect here.  Remove unnecessary
efs/altivec check.  Try harder to disassemble if given -Many.
* ppc-opc.c (insert_fxm): Expand comment.
(PPC, PPCCOM, PPC32, PPC64, PPCVEC): Remove PPC_OPCODE_ANY.
(POWER, POWER2, PPCPWR2, POWER32, COM, COM32, M601, PWRCOM): Likewise.
(POWER4): Remove PPCCOM.
(PPCONLY): Don't define.  Update all occurrences to PPC.
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c