projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50f7abf
)
* v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode.
author
Jeff Law
<law@redhat.com>
Fri, 23 Aug 1996 17:07:21 +0000
(17:07 +0000)
committer
Jeff Law
<law@redhat.com>
Fri, 23 Aug 1996 17:07:21 +0000
(17:07 +0000)
opcodes/ChangeLog
patch
|
blob
|
history
opcodes/v850-opc.c
patch
|
blob
|
history
diff --git
a/opcodes/ChangeLog
b/opcodes/ChangeLog
index d589dc610b61ed0c4079bf80e75bab738eb447cb..4da63185fae95dcd1574aa6509dd5a738ffc1d3c 100644
(file)
--- a/
opcodes/ChangeLog
+++ b/
opcodes/ChangeLog
@@
-1,6
+1,8
@@
start-sanitize-v850
Fri Aug 23 00:27:01 1996 Jeffrey A Law (law@cygnus.com)
+ * v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode.
+
* v850-opc.c (v850_opcodes): Add initializer for size field
on all opcodes.
diff --git
a/opcodes/v850-opc.c
b/opcodes/v850-opc.c
index 91bfcbec0fb4d3f0cc3b631a44844fef6bff4736..bf533c75fb6538f52b6797280795fd28b235cfe7 100644
(file)
--- a/
opcodes/v850-opc.c
+++ b/
opcodes/v850-opc.c
@@
-204,7
+204,7
@@
const struct v850_opcode v850_opcodes[] = {
{ "br", BOP(0x5), BOP_MASK, IF3, 2 },
{ "bsa", BOP(0xd), BOP_MASK, IF3, 2 },
-{ "jmp", one(0x0060), one(0xffe0),
R1
, 2 },
+{ "jmp", one(0x0060), one(0xffe0),
{ R1}
, 2 },
{ "jarl", one(0x0780), one(0xf83f), { D22, R2 }, 4 },
{ "jr", one(0x0780), one(0xffe0), { D22 }, 4 },