* Makefile.in: Remove references to remote-mon.c.

* remote-mon.c: remove. Replaced by rom68k-rom.c.
	* rom68k-rom.c: Support for Rom68k monitor.
This commit is contained in:
Rob Savoye 1995-01-23 19:25:24 +00:00
parent 9cc7c60b40
commit ce51845b10
3 changed files with 8 additions and 4 deletions

View 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

View 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

View 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) \