From: Stan Shebs Date: Tue, 7 Feb 1995 02:44:25 +0000 (+0000) Subject: various ChangeLog housekeeping, and X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ddc0c38d2f44f23236010bdd7ca08d6f22fd5383;p=binutils-gdb.git various ChangeLog housekeeping, and Sat Feb 4 13:29:52 1995 Stan Shebs * config/m68k/est.mt (TDEPFILES): Remove m68k-pinsn.o. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eab16201960..c39152a4311 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -6,23 +6,29 @@ Mon Feb 6 14:44:36 1995 Rob Savoye GDB. * mips-tdep.c: Add LSI33k register names and processor type. -Sun Feb 5 20:32:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com) - start-sanitize-gdbtk +Sun Feb 5 20:32:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com) * gdbtk.c (gdb_disassemble): Deference pointer to function before calling it (pre-ANSI compilers generally require this). - end-sanitize-gdbtk + +Sat Feb 4 13:29:52 1995 Stan Shebs + + * config/m68k/est.mt (TDEPFILES): Remove m68k-pinsn.o. + Fri Feb 3 16:47:31 1995 Kung Hsu * ser-go32-para.c (dos_read): fix syntax errors. Fri Feb 3 11:19:20 1995 Stu Grossman (grossman@cygnus.com) - * core.c (dis_asm_read_memory), defs.h, gdbtk.c (gdb_disassemble), - top.c : Get rid of dis_asm_read_memory_hook. We can now call the - disassemblers directly and have no need for this hook anymore. - * defs.h, printcmd.c: Make print_insn be static. + * core.c (dis_asm_read_memory), defs.h, top.c: Get rid of + dis_asm_read_memory_hook. We can now call the disassemblers + directly and have no need for this hook anymore. +start-sanitize-gdbtk + * gdbtk.c (gdb_disassemble): Ditto. +end-sanitize-gdbtk + * defs.h, printcmd.c: Make print_insn be static. * ser-go32.c (dos_comisr): Make this 8 bit clean. * (dos_open dos_close): Allow multiple opens to the same device. @@ -43,7 +49,7 @@ Thu Feb 2 19:02:45 1995 Rob Savoye Thu Feb 2 16:11:04 1995 Kung Hsu - * config/arc/.Sanitize: New file for config/arc directory. +start-sanitize-arc * config/arc/arc.mt: new target makefile for arc processor. * config/arc/tm-arc.h: new target header for arc processor. * config/arc/go32.mh: new go32 host makefile for arc processor. @@ -51,8 +57,8 @@ Thu Feb 2 16:11:04 1995 Kung Hsu * arc-tdep.c: new target dependent codes for arc processor. * remote-arc.c: new file for arc-specific protocol through parallel line. +end-sanitize-arc * ser-go32-para.c: new file for go32 parallel port communication. - * .Sanitize: sanitize arc specific files out. Thu Feb 2 13:58:40 1995 Stan Shebs diff --git a/gdb/config/m68k/est.mt b/gdb/config/m68k/est.mt index 121d7508898..4e0a3327f02 100644 --- a/gdb/config/m68k/est.mt +++ b/gdb/config/m68k/est.mt @@ -1,3 +1,3 @@ -# Target: EST-300 -TDEPFILES= m68k-tdep.o remote-est.o m68k-pinsn.o +# Target: m68k emulator EST-300 +TDEPFILES= m68k-tdep.o remote-est.o TM_FILE= tm-est.h