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:
47183e0
)
* v850-opc.c (v850_operands): D16 inserts at offset 16!
author
Jeff Law
<law@redhat.com>
Fri, 23 Aug 1996 18:27:43 +0000
(18:27 +0000)
committer
Jeff Law
<law@redhat.com>
Fri, 23 Aug 1996 18:27:43 +0000
(18:27 +0000)
opcodes/ChangeLog
patch
|
blob
|
history
opcodes/v850-opc.c
patch
|
blob
|
history
diff --git
a/opcodes/ChangeLog
b/opcodes/ChangeLog
index e8cf4843ec5cff9f9123def08f0270555e4cf964..143a1dd1e2df562c9191ca9c6f5c0e0b1d328803 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_operands): D16 inserts at offset 16!
+
* v850-opc.c (two): Get order of words correct.
* v850-opc.c (v850_operands): I16 inserts at offset 16!
diff --git
a/opcodes/v850-opc.c
b/opcodes/v850-opc.c
index 87e2452770f599f0173e589d9eb2319150f95e94..210d745dfae9915dc13b0ce698b24edf4e5fbb1d 100644
(file)
--- a/
opcodes/v850-opc.c
+++ b/
opcodes/v850-opc.c
@@
-54,7
+54,7
@@
const struct v850_operand v850_operands[] = {
/* The DISP16 field in a format 6 insn. */
#define D16 (D9+1)
- { 16,
0
, 0, 0, V850_OPERAND_SIGNED },
+ { 16,
16
, 0, 0, V850_OPERAND_SIGNED },
/* The DISP22 field in a format 4 insn. */
#define D22 (D16+1)