diff options
author | Nick Clifton <nickc@redhat.com> | 2000-06-30 22:15:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-06-30 22:15:12 +0000 |
commit | 9b443040f82ecf46cfec9d18b9d1ed2d487c53d5 (patch) | |
tree | ca97be54eafd7915a82cf6bdab92ba4185c26f8a /opcodes | |
parent | c75df6190730d2e43eb6def95017c6f40f8fd7d4 (diff) | |
download | gdb-9b443040f82ecf46cfec9d18b9d1ed2d487c53d5.zip gdb-9b443040f82ecf46cfec9d18b9d1ed2d487c53d5.tar.gz gdb-9b443040f82ecf46cfec9d18b9d1ed2d487c53d5.tar.bz2 |
Add entry omited when Stephane Carrez's h68hc11 code was chaecked in.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ceeff93..fa7104a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -14,6 +14,18 @@ * Makefile.am: Rebuild dependency. * Makefile.in: Rebuild. +2000-06-18 Stephane Carrez <stcarrez@worldnet.fr> + + * Makefile.in, configure: regenerate + * disassemble.c (disassembler): Recognize ARCH_m68hc12, + ARCH_m68hc11. + * m68hc11-dis.c (read_memory, print_insn, print_insn_m68hc12): + New functions. + * configure.in: Recognize m68hc12 and m68hc11. + * m68hc11-dis.c, m68hc11-opc.c: New files for support of m68hc1x + * Makefile.am (CFILES, ALL_MACHINES): New files for disassembly + and opcode generation for m68hc11 and m68hc12. + 2000-06-16 Nick Duffek <nsd@redhat.com> * disassemble.c (disassembler): Refer to the PowerPC 620 using |