diff options
author | Jeff Law <law@redhat.com> | 1996-12-10 20:34:14 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-12-10 20:34:14 +0000 |
commit | 7bfc95d9175e2d3cdf44a013492ae54af4318063 (patch) | |
tree | faca20685294568c279fed5dd57a4560ea217ae5 /opcodes/ChangeLog | |
parent | 3b159258ad6555fec451a7277aa580656717bf2e (diff) | |
download | gdb-7bfc95d9175e2d3cdf44a013492ae54af4318063.zip gdb-7bfc95d9175e2d3cdf44a013492ae54af4318063.tar.gz gdb-7bfc95d9175e2d3cdf44a013492ae54af4318063.tar.bz2 |
* mn10200-opc.c (mn10200_opcodes): "mov imm8,d0" is a format 2
instruction. Fix opcode field for "movb (imm24),dn".
Stuff found by the testsuite.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f46d3da..5db149a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,8 @@ Tue Dec 10 12:08:05 1996 Jeffrey A Law (law@cygnus.com) + * mn10200-opc.c (mn10200_opcodes): "mov imm8,d0" is a format 2 + instruction. Fix opcode field for "movb (imm24),dn". + * mn10200-opc.c (mn10200_operands): Fix insertion position for DI operand. |