diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-04-07 03:54:08 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-04-07 03:54:08 +0000 |
commit | 1a56be5c4fc68582ccb4a6108c0fa5d719a08f57 (patch) | |
tree | 60a7f983ca5565ef3e1931b66603c66caa1823b4 /opcodes/ChangeLog | |
parent | 7e87eb134209e5cc37d7aced3a5970144e36054b (diff) | |
download | gdb-1a56be5c4fc68582ccb4a6108c0fa5d719a08f57.zip gdb-1a56be5c4fc68582ccb4a6108c0fa5d719a08f57.tar.gz gdb-1a56be5c4fc68582ccb4a6108c0fa5d719a08f57.tar.bz2 |
* arc-dis.c (print_insn): New parameter `big_p'. Callers updated.
Call arc_get_opcode_mach to map bfd mach number to opcode value.
(print_insn_*): Pass bfd mach number, not opcode version.
* arc-opc.c (arc_get_opcode_mach): New function.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 9b932b6..62e1baf 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,29 @@ +start-sanitize-arc +Thu Apr 6 20:36:08 1995 Doug Evans <dje@chestnut.cygnus.com> + + * arc-dis.c (print_insn): New parameter `big_p'. Callers updated. + Call arc_get_opcode_mach to map bfd mach number to opcode value. + (print_insn_*): Pass bfd mach number, not opcode version. + * arc-opc.c (arc_get_opcode_mach): New function. +end-sanitize-arc + +Fri Mar 31 14:23:38 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * alpha-dis.c (print_insn_alpha): Put empty statement after + default label. + +Tue Mar 21 10:51:40 1995 Jeff Law (law@snake.cs.utah.edu) + + * hppa-dis.c (sign_extend): Delete, redundant with libhppa.h version. + (low_sign_extend): Likewise. + (get_field): Delete unused function. + (set_field, deposit_14, deposit_21): Likewise. + +Fri Mar 17 15:55:53 1995 J.T. Conklin <jtc@rtl.cygnus.com> + + * i386-dis.c: Support for more pentium opcodes. From Guy Harris + (guy@netapp.com). + Tue Mar 14 00:52:57 1995 Ken Raeburn (raeburn@kr-pc.cygnus.com) Sat Feb 11 17:22:41 1995 Klaus Kaempf (kkaempf@didymus.rmi.de) |