From: David Edelsohn Date: Sun, 12 Mar 1995 13:21:07 +0000 (+0000) Subject: arc-dis.c (print_insn): Put "+ 4" of relative addresses back. Oops. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8dbed89e066f31b499fe4acc39787c53a4cc60e3;p=binutils-gdb.git arc-dis.c (print_insn): Put "+ 4" of relative addresses back. Oops. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index fa99d6d968d..5c9f28b6044 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +Wed Mar 8 15:21:14 1995 Ian Lance Taylor + + * mips-opc.c: Add new mips4 instructions. Don't set INSN_RFE for + `rfe'. + * mips-dis.c (print_insn_arg): Handle new argument types 'h', 'R', + 'N', and 'M'. + Wed Mar 8 02:54:05 1995 Ken Raeburn * m68k-dis.c (opcode): New function. Returns address of opcode @@ -16,7 +23,6 @@ Tue Mar 7 21:14:14 1995 Doug Evans * arc-dis.c (print_insn_arc_base): Split into big and little fns. (print_insn_arc_{host,graphics,audio}): Likewise. (print_insn): Add prototype. - Delete "+ 4" addition to relative branch address. (arc_get_disassembler): New arg `big_p'. Return little or big print fn accordingly. * arc-opc.c (arc_opcode_init_tables): Init arc_operand_map once.