]> sourceware.org Git - newlib-cygwin.git/commitdiff
include/opcode/
authorRichard Sandiford <rdsandiford@googlemail.com>
Tue, 23 Nov 2010 20:24:32 +0000 (20:24 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Tue, 23 Nov 2010 20:24:32 +0000 (20:24 +0000)
* mips.h: Fix previous commit.

include/opcode/ChangeLog
include/opcode/mips.h

index 8ea9b98b993af70b27287bfb7303c15a693b509a..85ae8ab46c37f80f3878f68c6a17f805c8fd34e8 100644 (file)
@@ -1,3 +1,7 @@
+2010-11-23  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * mips.h: Fix previous commit.
+
 2010-11-23  Maciej W. Rozycki  <macro@linux-mips.org>
 
        * mips.h (INSN_CHIP_MASK): Update according to INSN_LOONGSON_3A.
index af9ad2154b97cdb359943bf458c19f2752fc3226..f707d4604d22612614af32666cd99b603cac07f7 100644 (file)
@@ -593,9 +593,9 @@ static const unsigned int mips_isa_table[] =
 /* ST Microelectronics Loongson 2E.  */
 #define INSN_LOONGSON_2E          0x40000000
 /* ST Microelectronics Loongson 2F.  */
-#define INSN_LOONGSON_3A          0x00000400
+#define INSN_LOONGSON_2F          0x80000000
 /* Loongson 3A.  */
-#define INSN_LOONGSON_3A          0x80000400
+#define INSN_LOONGSON_3A          0x00000400
 /* RMI Xlr instruction */
 #define INSN_XLR                 0x00000020
 
This page took 0.033488 seconds and 5 git commands to generate.