* v850-opc.c (v850_opcodes): Correct short store half (sst.h) and
authorJeff Law <law@redhat.com>
Fri, 23 Aug 1996 06:27:37 +0000 (06:27 +0000)
committerJeff Law <law@redhat.com>
Fri, 23 Aug 1996 06:27:37 +0000 (06:27 +0000)
        short store word (sst.w).

opcodes/ChangeLog
opcodes/v850-opc.c

index 7430fc7d3307bd43a8883cfc871de79db72b26d4..f72326887e8dc627da4182eb190423f5b84150bc 100644 (file)
@@ -1,4 +1,9 @@
 start-sanitize-v850
+Fri Aug 23 00:27:01 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * v850-opc.c (v850_opcodes): Correct short store half (sst.h) and
+       short store word (sst.w).
+
 Thu Aug 22 16:57:27 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
 
        * v850-opc.c (v850_operands): Added insert and extract fields,
index d381cf352ca77602fb842cc85995985ad1caa684..8d47d31324b4e47e0b8692c8598c7db73db26750 100644 (file)
@@ -117,8 +117,8 @@ const struct v850_opcode v850_opcodes[] = {
 { "sld.h",     OP(0x00),               OP_MASK,        IF4A },
 { "sld.w",     OP(0x00),               OP_MASK,        IF4A },
 { "sst.b",     OP(0x00),               OP_MASK,        IF4B },
+{ "sst.h",     OP(0x00),               OP_MASK,        IF4B },
 { "sst.w",     OP(0x00),               OP_MASK,        IF4B },
-{ "sst.l",     OP(0x00),               OP_MASK,        IF4B },
 
 { "ld.b",      OP(0x00),               OP_MASK,        IF7A },
 { "ld.h",      OP(0x00),               OP_MASK,        IF7A },
This page took 0.040535 seconds and 4 git commands to generate.