From: K. Richard Pixley Date: Wed, 29 Sep 1993 23:18:06 +0000 (+0000) Subject: correct a few mistakes found while extending the dissassembler. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6cc87fbb7563029232367bb49d4d383156c055c3;p=deliverable%2Fbinutils-gdb.git correct a few mistakes found while extending the dissassembler. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index adbeaef032..4659446a31 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 29 16:15:11 1993 K. Richard Pixley (rich@sendai.cygnus.com) + + * config/m88k-opcode.h (m88k_opcodes): correct a few mistakes + found while extending the dissassembler. + Tue Sep 28 12:02:04 1993 Stan Shebs (shebs@rtl.cygnus.com) * configure.in: Split i386 LynxOS out from other coff targets, diff --git a/gas/config/m88k-opcode.h b/gas/config/m88k-opcode.h index 39112c176b..9f4cb342d1 100644 --- a/gas/config/m88k-opcode.h +++ b/gas/config/m88k-opcode.h @@ -390,13 +390,13 @@ static struct m88k_opcode m88k_opcodes[] = _MC88xxx (0x48000000, "mask", "d,1,I") _MC88xxx (0x4c000000, "mask.u", "d,1,I") _MC88110 (0x8400c000, "mov.s", "d,x2") - _MC88110 (0x84008200, "mov.s", "xd,2") + _MC88110 (0x84004200, "mov.s", "xd,2") _MC88110 (0x8400c080, "mov.d", "d,x2") - _MC88110 (0x84008280, "mov.d", "xd,2") + _MC88110 (0x84004280, "mov.d", "xd,2") _MC88110 (0x8400c300, "mov", "xd,x2") _MC88xxx (0xf4006c00, "mul", "d,1,2") _MC88xxx (0x6c000000, "mul", "d,1,I") - _MC88xxx (0xf4006c00, "muls", "d,1,2") + _MC88xxx (0xf4006e00, "muls", "d,1,2") _MC88xxx (0x6c000000, "muls", "d,1,I") _MC88xxx (0xf4006c00, "mulu", "d,1,2") /* synonym for mul */ _MC88xxx (0x6c000000, "mulu", "d,1,I") /* synonym for mul */