From 35e137475d7ff8e3820e982ae7fa5482823f1004 Mon Sep 17 00:00:00 2001 From: Mark Shinwell Date: Thu, 29 Nov 2007 11:55:19 +0000 Subject: 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 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/opcode/ChangeLog') diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index afc0807ea..dd37f6c90 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,12 @@ +2007-11-29 Mark Shinwell + + * 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. + 2007-08-08 Ben Elliston * ppc.h (PPC_OPCODE_PPCPS): New. -- cgit v1.2.3