mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
Made immediate parameter of MOVHI be unsigned
This commit is contained in:
parent
9df6ca2f46
commit
33e2f5278c
@ -1,3 +1,9 @@
|
||||
start-sanitize-v850
|
||||
Tue Aug 26 09:42:28 1997 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* v850-opc.c (MOVHI): Immediate parameter is unsigned.
|
||||
end-sanitize-v850
|
||||
|
||||
Mon Aug 25 15:58:07 1997 Christopher Provenzano <proven@cygnus.com>
|
||||
|
||||
* configure: Rebuilt with latest devo autoconf for NT support.
|
||||
|
@ -640,7 +640,7 @@ const struct v850_opcode v850_opcodes[] =
|
||||
/* end-sanitize-v850e */
|
||||
{ "mov", OP (0x00), OP_MASK, {R1, R2_NOTR0}, 0 },
|
||||
{ "movea", OP (0x31), OP_MASK, {I16, R1, R2_NOTR0}, 0 },
|
||||
{ "movhi", OP (0x32), OP_MASK, {I16, R1, R2_NOTR0}, 0 },
|
||||
{ "movhi", OP (0x32), OP_MASK, {I16U, R1, R2_NOTR0}, 0 },
|
||||
{ "add", OP (0x0e), OP_MASK, IF1, 0 },
|
||||
{ "add", OP (0x12), OP_MASK, IF2, 0 },
|
||||
{ "addi", OP (0x30), OP_MASK, IF6, 0 },
|
||||
|
Loading…
Reference in New Issue
Block a user