diff options
author | Fred Fish <fnf@specifix.com> | 1996-12-29 18:01:29 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-12-29 18:01:29 +0000 |
commit | a79d0193ecec8fb0032d2511233cd04ee805b326 (patch) | |
tree | 9efd99739b13d3bae960cd58ee65260255b6f456 /opcodes/ChangeLog | |
parent | 5a608f5bf167e4f229ed43ce1a1208b29dd99332 (diff) | |
download | gdb-a79d0193ecec8fb0032d2511233cd04ee805b326.zip gdb-a79d0193ecec8fb0032d2511233cd04ee805b326.tar.gz gdb-a79d0193ecec8fb0032d2511233cd04ee805b326.tar.bz2 |
* Makefile.in (ALL_MACHINES): Add tic80-dis.o and tic80-opc.o.
* disassemble.c (ARCH_tic80): Define if ARCH_all is defined.
(disassembler): Add bfd_arch_tic80 support to set disassemble
to print_insn_tic80.
* tic80-dis.c (print_insn_tic80): Add stub.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 1865253..dee454c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,4 +1,12 @@ start-sanitize-tic80 +Sun Dec 29 10:58:22 1996 Fred Fish <fnf@cygnus.com> + + * Makefile.in (ALL_MACHINES): Add tic80-dis.o and tic80-opc.o. + * disassemble.c (ARCH_tic80): Define if ARCH_all is defined. + (disassembler): Add bfd_arch_tic80 support to set disassemble + to print_insn_tic80. + * tic80-dis.c (print_insn_tic80): Add stub. + Fri Dec 27 22:30:57 1996 Fred Fish <fnf@cygnus.com> * configure.in (arch in $selarchs): Add bfd_tic80_arch entry. |