Fix MIPS disassembler so that it produces reassemblable code.
This commit is contained in:
parent
c7ded13728
commit
92f998d4e0
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue