From: Ian Lance Taylor Date: Fri, 3 Nov 1995 17:56:30 +0000 (+0000) Subject: * m68k-opc.c (m68k_opcodes): Correct fmoveml operands. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=681447c6cf4773be5e346ed651b50abc6e48d3cf;p=binutils-gdb.git * m68k-opc.c (m68k_opcodes): Correct fmoveml operands. * m68k-dis.c (NEXTSINGLE): Change i to unsigned int. (NEXTDOUBLE): Likewise. (print_insn_m68k): Don't match fmoveml if there is more than one register in the list. (print_insn_arg): Handle a place of '8' for a type of 'L'. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 54027b376ae..6e95cc98866 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +Fri Nov 3 12:45:31 1995 Ian Lance Taylor + + * m68k-opc.c (m68k_opcodes): Correct fmoveml operands. + * m68k-dis.c (NEXTSINGLE): Change i to unsigned int. + (NEXTDOUBLE): Likewise. + (print_insn_m68k): Don't match fmoveml if there is more than one + register in the list. + (print_insn_arg): Handle a place of '8' for a type of 'L'. + Thu Nov 2 23:06:33 1995 Ian Lance Taylor * m68k-opc.c: Use #W rather than #w.