* mips-opc.c (mips_opcodes): Set WR_t for sc and scd.
authorIan Lance Taylor <ian@airs.com>
Wed, 14 Sep 1994 21:53:14 +0000 (21:53 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 14 Sep 1994 21:53:14 +0000 (21:53 +0000)
PR 5632

opcodes/ChangeLog
opcodes/mips-opc.c

index 3149910..8e8840e 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 14 17:52:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * mips-opc.c (mips_opcodes): Set WR_t for sc and scd.
+
 Sun Sep 11 22:32:17 1994  Jeff Law  (law@snake.cs.utah.edu)
 
        * hppa-dis.c (reg_names): Use r26-r23 for arg0-arg3.
index 5e1196e..c44715a 100644 (file)
@@ -442,9 +442,9 @@ const struct mips_opcode mips_opcodes[] = {
 {"round.w.s", "D,S",   0x4600000c, 0xffff003f, WR_D|RD_S|I2    },
 {"sb",      "t,o(b)",  0xa0000000, 0xfc000000, SM|RD_t|RD_b    },
 {"sb",      "t,A(b)",  0,    (int) M_SB_AB,    INSN_MACRO      },
-{"sc",     "t,o(b)",   0xe0000000, 0xfc000000, SM|RD_t|RD_b|I2 },
+{"sc",     "t,o(b)",   0xe0000000, 0xfc000000, SM|RD_t|WR_t|RD_b|I2 },
 {"sc",     "t,A(b)",   2,    (int) M_SC_AB,    INSN_MACRO      },
-{"scd",            "t,o(b)",   0xf0000000, 0xfc000000, SM|RD_t|RD_b|I3 },
+{"scd",            "t,o(b)",   0xf0000000, 0xfc000000, SM|RD_t|WR_t|RD_b|I3 },
 {"scd",            "t,A(b)",   3,    (int) M_SCD_AB,   INSN_MACRO      },
 {"sd",     "t,o(b)",   0xfc000000, 0xfc000000, SM|RD_t|RD_b|I3 },
 {"sd",      "t,o(b)",  0,    (int) M_SD_OB,    INSN_MACRO      },