From: Jeff Law Date: Fri, 23 Aug 1996 06:27:37 +0000 (+0000) Subject: * v850-opc.c (v850_opcodes): Correct short store half (sst.h) and X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=cc6e50b5b26c4560c8fe8dcf449c4292846b5473;p=deliverable%2Fbinutils-gdb.git * v850-opc.c (v850_opcodes): Correct short store half (sst.h) and short store word (sst.w). --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7430fc7d33..f72326887e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -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 * v850-opc.c (v850_operands): Added insert and extract fields, diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c index d381cf352c..8d47d31324 100644 --- a/opcodes/v850-opc.c +++ b/opcodes/v850-opc.c @@ -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 },