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 | 54faae252f688e45c4e6cf01448718ce1517251c (patch) | |
tree | aadcfee8e274269c019ee3af23cce3d199d5ec7e /opcodes/ChangeLog | |
parent | 77eb0326c5e5f0f683ed513fa6dc8ba2bfd04ec7 (diff) | |
download | gdb-54faae252f688e45c4e6cf01448718ce1517251c.zip gdb-54faae252f688e45c4e6cf01448718ce1517251c.tar.gz gdb-54faae252f688e45c4e6cf01448718ce1517251c.tar.bz2 |
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 23f0922..a2af556 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, |