From ce51845b10a95dc54e30c5df90706a3902d6d1ed Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Mon, 23 Jan 1995 19:25:24 +0000 Subject: [PATCH] * Makefile.in: Remove references to remote-mon.c. * remote-mon.c: remove. Replaced by rom68k-rom.c. * rom68k-rom.c: Support for Rom68k monitor. --- gdb/.Sanitize | 1 + gdb/ChangeLog | 6 ++++++ gdb/Makefile.in | 5 +---- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 8d3a894cc7..e9a059b5fa 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -74,6 +74,7 @@ annotate.h arm-convert.s arm-tdep.c arm-xdep.c +array-rom.c blockframe.c breakpoint.c breakpoint.h diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 30e3f067fd..f016c50f1d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Mon Jan 23 12:20:34 1995 Rob Savoye + + * Makefile.in: Remove references to remote-mon.c. + * remote-mon.c: remove. Replaced by rom68k-rom.c. + * rom68k-rom.c: Support for Rom68k monitor. + Mon Jan 23 10:50:57 1995 Jim Kingdon (kingdon@lioth.cygnus.com) * Makefile.in (CHILL_FOR_TARGET): Update -L argument to point to diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 340d23d610..4b44005101 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -896,7 +896,7 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \ procfs.c pyr-tdep.c pyr-xdep.c \ remote-adapt.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c \ remote-hms.c remote-mips.c \ - remote-mm.c remote-mon.c remote-nindy.c remote-os9k.c remote-sim.c \ + remote-mm.c remote-nindy.c remote-os9k.c remote-sim.c \ remote-st.c remote-utils.c dcache.c \ remote-udi.c remote-vx.c remote-vx29k.c remote-z8k.c \ rs6000-nat.c rs6000-tdep.c \ @@ -1324,9 +1324,6 @@ remote-mips.o: remote-mips.c $(wait_h) $(defs_h) $(gdbcmd_h) \ remote-mm.o: remote-mm.c $(bfd_h) $(wait_h) $(defs_h) $(inferior_h) \ minimon.h target.h terminal.h -remote-mon.o: remote-mon.c $(wait_h) $(command_h) $(defs_h) \ - $(gdbcore_h) monitor.h serial.h target.h - remote-nindy.o: remote-nindy.c $(floatformat_h) $(wait_h) $(command_h) \ $(defs_h) $(gdbcore_h) $(inferior_h) \ nindy-share/env.h nindy-share/stop.h $(remote_utils_h) \ -- 2.34.1