include/opcode/
authorMark Shinwell <shinwell@codesourcery.com>
Thu, 29 Nov 2007 11:55:19 +0000 (11:55 +0000)
committerMark Shinwell <shinwell@codesourcery.com>
Thu, 29 Nov 2007 11:55:19 +0000 (11:55 +0000)
commit569502941afa825c5278b320ccedeefc82e8ed0e
treeb24e53d4c18948031492121c85d726d7900ae405
parente6181b6abd09e4be7838fac3c57cc64977878e73
include/opcode/
* mips.h (INSN_ISA*): Redefine certain values as an
enumeration.  Update comments.
(mips_isa_table): New.
(ISA_MIPS*): Redefine to match enumeration.
(OPCODE_IS_MEMBER): Modify to correctly test new INSN_ISA*
values.

opcodes/
* mips-opc.c (I3_32, I3_33, I4_32, I4_33, I5_33): New.
(mips_builtin_opcodes): Use these new I* values.
include/opcode/ChangeLog
include/opcode/mips.h
opcodes/ChangeLog
opcodes/mips-opc.c