diff options
author | Mark Shinwell <shinwell@codesourcery.com> | 2007-11-29 11:55:19 +0000 |
---|---|---|
committer | Mark Shinwell <shinwell@codesourcery.com> | 2007-11-29 11:55:19 +0000 |
commit | 569502941afa825c5278b320ccedeefc82e8ed0e (patch) | |
tree | b24e53d4c18948031492121c85d726d7900ae405 /include/opcode/ChangeLog | |
parent | e6181b6abd09e4be7838fac3c57cc64977878e73 (diff) | |
download | gdb-569502941afa825c5278b320ccedeefc82e8ed0e.zip gdb-569502941afa825c5278b320ccedeefc82e8ed0e.tar.gz gdb-569502941afa825c5278b320ccedeefc82e8ed0e.tar.bz2 |
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.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index afc0807..dd37f6c 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,12 @@ +2007-11-29 Mark Shinwell <shinwell@codesourcery.com> + + * 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 <bje@au.ibm.com> * ppc.h (PPC_OPCODE_PPCPS): New. |