From: Jeff Law Date: Thu, 22 Aug 1996 01:39:22 +0000 (+0000) Subject: * v850-ope.c ("jmp"): R1 is only operand. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=fed1d21fc0c3ed467c99e04c69555f279b7ec534;p=deliverable%2Fbinutils-gdb.git * v850-ope.c ("jmp"): R1 is only operand. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 39f91243bf..ddbd91ba9a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,6 +1,8 @@ start-sanitize-v850 Wed Aug 21 18:46:26 1996 Jeffrey A Law (law@cygnus.com) + * v850-ope.c ("jmp"): R1 is only operand. + * v850-opc.c: Close unterminated comment. Wed Aug 21 17:31:26 1996 J.T. Conklin diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c index 4a11519ffc..3a99f039d7 100644 --- a/opcodes/v850-opc.c +++ b/opcodes/v850-opc.c @@ -168,7 +168,7 @@ const struct v850_opcode v850_opcodes[] = { { "br", BOP(0x5), BOP_MASK, IF3 }, { "bsa", BOP(0xd), BOP_MASK, IF3 }, -{ "jmp", one(0x0060), one(0xffe0), IF1 }, +{ "jmp", one(0x0060), one(0xffe0), R1 }, { "jarl", one(0x0780), one(0xf83f), { R2,D22 } }, { "jr", one(0x0780), one(0xffe0), { D22 } },