From: Ian Lance Taylor Date: Tue, 1 Oct 1996 14:50:19 +0000 (+0000) Subject: * i386-dis.c (op_rtn): Change to be a pointer. Adjust uses X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5cb84dd6f9a5356e601da8ce57ebc88fd6a953a;p=binutils-gdb.git * i386-dis.c (op_rtn): Change to be a pointer. Adjust uses accordingly. Don't declare functions using op_rtn. Remove ANSI C constructs. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5350edbafb8..6daee26e852 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,26 @@ +Tue Oct 1 10:49:11 1996 Ian Lance Taylor + + * i386-dis.c (op_rtn): Change to be a pointer. Adjust uses + accordingly. Don't declare functions using op_rtn. + +start-sanitize-v850 +Fri Sep 27 18:28:59 1996 Stu Grossman (grossman@critters.cygnus.com) + + * v850-dis.c (disassemble): Add memaddr argument. Re-arrange + params to be more standard. + * (disassemble): Print absolute addresses and symbolic names for + branch and jump targets. + * v850-opc.c (v850_operand): Add displacement flag to 9 and 22 + bit operands. + * (v850_opcodes): Add breakpoint insn. + +end-sanitize-v850 +Mon Sep 23 12:32:26 1996 Ian Lance Taylor + + * m68k-opc.c: Move the fmovemx data register cases before the + other cases, so that they get recognized before the data register + does gets treated as a degenerate register list. + Tue Sep 17 12:06:51 1996 Ian Lance Taylor * mips-opc.c: Add a case for "div" and "divu" with two registers