diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-07-15 16:40:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-07-15 16:40:49 +0000 |
commit | a4c012992412369f39907d2021a5c8d4de8c4e7c (patch) | |
tree | c0ee6dc1087c87b3d22f05af77035fa13701116c /opcodes/ChangeLog | |
parent | 77a401e2e0f33475003675d549a65235b1a8df2b (diff) | |
download | gdb-a4c012992412369f39907d2021a5c8d4de8c4e7c.zip gdb-a4c012992412369f39907d2021a5c8d4de8c4e7c.tar.gz gdb-a4c012992412369f39907d2021a5c8d4de8c4e7c.tar.bz2 |
* m88k-dis.c: New file, moved in from gdb and changed to use the
new dis-asm.h disassembler interface.
* Makefile.in (DIS_LIBS): Added m88k-dis.o.
(m88k-dis.o): New target.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 9f7deaa..d4dce91 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +Thu Jul 15 12:37:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * m88k-dis.c: New file, moved in from gdb and changed to use the + new dis-asm.h disassembler interface. + * Makefile.in (DIS_LIBS): Added m88k-dis.o. + (m88k-dis.o): New target. + Tue Jul 13 10:04:16 1993 Ian Lance Taylor (ian@cygnus.com) * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to |