diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-03-12 13:21:07 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-03-12 13:21:07 +0000 |
commit | 8dbed89e066f31b499fe4acc39787c53a4cc60e3 (patch) | |
tree | 4112dbe1b2186ecda80f049c1e1435811263327d /opcodes | |
parent | 2f8996dc3c39d9abf3867ff8fc76a540b6d253f4 (diff) | |
download | gdb-8dbed89e066f31b499fe4acc39787c53a4cc60e3.zip gdb-8dbed89e066f31b499fe4acc39787c53a4cc60e3.tar.gz gdb-8dbed89e066f31b499fe4acc39787c53a4cc60e3.tar.bz2 |
arc-dis.c (print_insn): Put "+ 4" of relative addresses back. Oops.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index fa99d6d..5c9f28b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +Wed Mar 8 15:21:14 1995 Ian Lance Taylor <ian@cygnus.com> + + * 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 <raeburn@cujo.cygnus.com> * m68k-dis.c (opcode): New function. Returns address of opcode @@ -16,7 +23,6 @@ Tue Mar 7 21:14:14 1995 Doug Evans <dje@chestnut.cygnus.com> * 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. |