diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-09 23:20:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-09 23:20:59 +0000 |
commit | c363f73dff020bf396c302f794ec20d142ca71e5 (patch) | |
tree | 896be21cec39da14dc4d759b1dd2f164f7adecfa /opcodes/ChangeLog | |
parent | 71d16d6faae6570d88f9206e7f16274de3cc963d (diff) | |
download | gdb-c363f73dff020bf396c302f794ec20d142ca71e5.tar.gz |
Prevent re-read of instruction from wrong address.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 23f092285e0..a2af556ea09 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,7 +1,25 @@ 2000-12-09 Nick Clifton <nickc@redhat.com> + * m32r-dis.c (print_insn): Prevent re-read of instruction from + wrong address. + * fr30-dis.c: Regenerate. +2000-12-08 Peter Targett <peter.targett@arccores.com> + + * configure.in: Add arc-ext.lo for bfd_arc_arch selection. + * Makefile.am (C_FILES): Add arc-ext.c. + (ALL_MACHINES) Add arc-ext.lo. + (INCLUDES) Add opcode directory to list. + New dependency entry for arc-ext.lo. + * disassemble.c (disassembler): Correct call to + arc_get_disassembler. + * arc-opc.c: New update for ARC, including full base + instructions for ARC variants. + * arc-dis.h, arc-dis.c: New update for ARC, including + extensibility functionality. + * arc-ext.h, arc-ext.c: New files for handling extensibility. + 2000-12-03 Chris Demetriou cgd@sibyte.com * mips-opc.c (mips_builtin_opcodes): Use the WR_HILO, RD_HILO, |