diff options
author | Per Bothner <per@bothner.com> | 1993-03-19 00:12:50 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-03-19 00:12:50 +0000 |
commit | 2e8adbd7f459067936857adc9fbefe9a2982e5d7 (patch) | |
tree | d7f6e9e5e097d404f336ed25a1223948a9b2301b /binutils/ChangeLog | |
parent | c840244e232b52120ceff2ba44f291897b82a706 (diff) | |
download | gdb-2e8adbd7f459067936857adc9fbefe9a2982e5d7.zip gdb-2e8adbd7f459067936857adc9fbefe9a2982e5d7.tar.gz gdb-2e8adbd7f459067936857adc9fbefe9a2982e5d7.tar.bz2 |
* m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c.
* i386-pinsn.c: Removed. Subsumed by ../opcodes/i386-dis.c.
* Makefile.in: Adjust accordingly.
* objdump.c: Support new-style disassemblers (ones that use
the interface of ../include/dis-asm.h).
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9b9582f..6ec51c3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,15 @@ +Thu Mar 18 14:22:17 1993 Per Bothner (bothner@rtl.cygnus.com) + + * m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c. + * i386-pinsn.c: Removed. Subsumed by ../opcodes/i386-dis.c. + * Makefile.in: Adjust accordingly. + * objdump.c: Support new-style disassemblers (ones that use + the interface of ../include/dis-asm.h). + Thu Feb 25 15:57:00 1993 Per Bothner (bothner@rtl.cygnus.com) + * Makefile.in: When making tar file, remove texinfo/*, + except for texinfo/texinfo.tex. * ardup.c: Add extern declaration of strdup. * Makefile.in (testsuite): Add 'else true' since otherwise Ultrix /bin/sh complains. |