diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-12-08 23:28:05 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-12-08 23:28:05 +0000 |
commit | a8732972ae81dd7e4065fe2672a6d7160c95ecb5 (patch) | |
tree | ddf000b73b32f5ec9462c77daf4a3653bf5eb8ba /opcodes | |
parent | 613a9e5fe3f3bd5cf25a2bbaaa460b1cf30281dc (diff) | |
download | gdb-a8732972ae81dd7e4065fe2672a6d7160c95ecb5.zip gdb-a8732972ae81dd7e4065fe2672a6d7160c95ecb5.tar.gz gdb-a8732972ae81dd7e4065fe2672a6d7160c95ecb5.tar.bz2 |
alpha, mips, m68k fixes
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a24f8ca..cec7399 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,23 @@ +Thu Dec 8 18:23:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * alpha-dis.c (print_insn_alpha): Handle call_pal instruction, and + print something for reserved opcode values, even if it won't + assemble again. + + * mips-dis.c (_print_insn_mips): When initializing, shift right + and mask, to avoid sign extension problems on the Alpha. + + * m68k-dis.c (print_insn_arg, case 'J'): Handle buscr and pcr + control registers. + +start-sanitize-arc +Tue Nov 29 18:02:43 1994 Doug Evans <dje@canuck.cygnus.com> + + * configure.in: Add ARC support. + * disassemble.c: Likewise. + * arc-dis.c, arc-opc.c: New files. +end-sanitize-arc + Wed Nov 23 22:34:51 1994 Steve Chamberlain (sac@jonny.cygnus.com) * sh-opc.h (mov.l gbr): Get direction right. |