mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* mn10200-opc.c (mn10200_operands): Fix insertion position
for DI operand. Found by gas testsuite.
This commit is contained in:
@ -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)
|
Mon Dec 9 16:42:43 1996 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
* mn10200-opc.c: Create mn10200 opcode table.
|
* mn10200-opc.c: Create mn10200 opcode table.
|
||||||
|
@ -99,7 +99,7 @@ const struct mn10200_operand mn10200_operands[] = {
|
|||||||
|
|
||||||
/* Index register. */
|
/* Index register. */
|
||||||
#define DI (MDR+1)
|
#define DI (MDR+1)
|
||||||
{2, 2, MN10200_OPERAND_DREG},
|
{2, 4, MN10200_OPERAND_DREG},
|
||||||
|
|
||||||
/* 8 bit signed displacement, may promote to 16bit signed dispacement. */
|
/* 8 bit signed displacement, may promote to 16bit signed dispacement. */
|
||||||
#define SD8 (DI+1)
|
#define SD8 (DI+1)
|
||||||
|
Reference in New Issue
Block a user