]> sourceware.org Git - newlib-cygwin.git/commitdiff
Fix MIPS disassembler so that it produces reassemblable code.
authorNick Clifton <nickc@redhat.com>
Tue, 15 May 2001 12:11:12 +0000 (12:11 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 15 May 2001 12:11:12 +0000 (12:11 +0000)
include/opcode/ChangeLog
include/opcode/mips.h

index 14b2193d0468e7893e4256898e2cf9221358e1f0..ac83ff4c0a456d15913e9f71a2f143615fb2cd15 100644 (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,
index e01e37488f7a552c44bcdc8afadf73eb03b44e28..d90b0e05e45bf59aa3ca62591241bf63661cb6ae 100644 (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
This page took 0.036658 seconds and 5 git commands to generate.