From: Ian Lance Taylor Date: Tue, 17 Sep 1996 16:07:41 +0000 (+0000) Subject: * mips-opc.c: Add a case for "div" and "divu" with two registers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=800bda836e6d694f183f7597b44d0c99ad1655e3;p=binutils-gdb.git * mips-opc.c: Add a case for "div" and "divu" with two registers and a destination of $0. PR 10654. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3db0f272c21..5350edbafb8 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 17 12:06:51 1996 Ian Lance Taylor + + * mips-opc.c: Add a case for "div" and "divu" with two registers + and a destination of $0. + Tue Sep 10 16:12:39 1996 Fred Fish * mips-dis.c (print_insn_arg): Add prototype.