]> sourceware.org Git - newlib-cygwin.git/commitdiff
2001-08-01 Aldy Hernandez <aldyh@redhat.com>
authorAldy Hernandez <aldyh@redhat.com>
Wed, 1 Aug 2001 11:33:45 +0000 (11:33 +0000)
committerAldy Hernandez <aldyh@redhat.com>
Wed, 1 Aug 2001 11:33:45 +0000 (11:33 +0000)
* include/opcode/mips.h (INSN_ISA_MASK): Nuke bits 12-15.

include/ChangeLog
include/opcode/mips.h

index 0dc6acd04db41fdc8c0645ad2ed5ef31c6ed544b..812e6fcde6bccb9a9a09bfae56b6c9059b71456c 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-01  Aldy Hernandez  <aldyh@redhat.com>
+
+       * opcode/mips.h (INSN_ISA_MASK): Nuke bits 12-15.
+
 2001-07-18  Andreas Jaeger  <aj@suse.de>
 
        * xregex2.h: Place under LGPL version 2.1.
index 7fd4703e53cfb891a90ab038b40f09ddfe8c11f3..8fc11a31d980be43fd947315d2b62e2ff95e94fb 100644 (file)
@@ -307,7 +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_ISA_MASK            0x00000fff
 #define INSN_ISA1                 0x00000010
 #define INSN_ISA2                 0x00000020
 #define INSN_ISA3                 0x00000040
This page took 0.033338 seconds and 5 git commands to generate.