* Makefile.in: Remove references to remote-mon.c.
authorRob Savoye <rob@cygnus>
Mon, 23 Jan 1995 19:25:24 +0000 (19:25 +0000)
committerRob Savoye <rob@cygnus>
Mon, 23 Jan 1995 19:25:24 +0000 (19:25 +0000)
* remote-mon.c: remove. Replaced by rom68k-rom.c.
* rom68k-rom.c: Support for Rom68k monitor.

gdb/.Sanitize
gdb/ChangeLog
gdb/Makefile.in

index 8d3a894cc7c62638c3cdcab38fb053472a5a26ea..e9a059b5fa38940f874e925eb3a024c4b4ad5649 100644 (file)
@@ -74,6 +74,7 @@ annotate.h
 arm-convert.s
 arm-tdep.c
 arm-xdep.c
+array-rom.c
 blockframe.c
 breakpoint.c
 breakpoint.h
index 30e3f067fd58c590a25e36e698e8053520e90035..f016c50f1d5ff1a6f0e6afee9f2083bca1a61844 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jan 23 12:20:34 1995  Rob Savoye  <rob@darkstar.cygnus.com>
+
+       * 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
index 340d23d6105680053c5ae7a05d1301408b1ca860..4b440051017e82556ab0bbc7a5e5bd5356c098ee 100644 (file)
@@ -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) \
This page took 0.027036 seconds and 4 git commands to generate.