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:
41a0ed2
)
* mn10200-opc.c (mn10200_operands): Fix insertion position
author
Jeff Law
<law@redhat.com>
Tue, 10 Dec 1996 19:13:07 +0000
(19:13 +0000)
committer
Jeff Law
<law@redhat.com>
Tue, 10 Dec 1996 19:13:07 +0000
(19:13 +0000)
for DI operand.
Found by gas testsuite.
opcodes/ChangeLog
patch
|
blob
|
history
opcodes/mn10200-opc.c
patch
|
blob
|
history
diff --git
a/opcodes/ChangeLog
b/opcodes/ChangeLog
index 159d38b1e3636759360594cf117896eafc75efe6..f46d3da9c9f7f5e8ff7a1e5d1db22b0a1a3e1610 100644
(file)
--- a/
opcodes/ChangeLog
+++ b/
opcodes/ChangeLog
@@
-1,3
+1,8
@@
+Tue Dec 10 12:08:05 1996 Jeffrey A Law (law@cygnus.com)
+
+ * mn10200-opc.c (mn10200_operands): Fix insertion position
+ for DI operand.
+
Mon Dec 9 16:42:43 1996 Jeffrey A Law (law@cygnus.com)
* mn10200-opc.c: Create mn10200 opcode table.
diff --git
a/opcodes/mn10200-opc.c
b/opcodes/mn10200-opc.c
index 16266c13511c7ba73471e38d0e774545a496a56c..e52c8696b3d16871b1df1dc5a908ddf90f21503a 100644
(file)
--- a/
opcodes/mn10200-opc.c
+++ b/
opcodes/mn10200-opc.c
@@
-99,7
+99,7
@@
const struct mn10200_operand mn10200_operands[] = {
/* Index register. */
#define DI (MDR+1)
- {2,
2
, MN10200_OPERAND_DREG},
+ {2,
4
, MN10200_OPERAND_DREG},
/* 8 bit signed displacement, may promote to 16bit signed dispacement. */
#define SD8 (DI+1)