Fix MIPS disassembler so that it produces reassemblable code.

This commit is contained in:
Nick Clifton 2001-05-15 12:11:12 +00:00
parent c7ded13728
commit 92f998d4e0
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* mips.h (INSN_ISA_MASK): Define.
2001-05-12 Alan Modra <amodra@one.net.au>
* i386.h (i386_optab): Second operand of cvtps2dq is an xmm reg,

View File

@ -307,6 +307,7 @@ struct mips_opcode
ORs of these bits, indicatingthat they support the instructions
defined at the given level. */
#define INSN_ISA_MASK 0x0000ffff
#define INSN_ISA1 0x00000010
#define INSN_ISA2 0x00000020
#define INSN_ISA3 0x00000040