diff options
author | Rob Savoye <rob@cygnus> | 1995-01-23 19:25:24 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1995-01-23 19:25:24 +0000 |
commit | ce51845b10a95dc54e30c5df90706a3902d6d1ed (patch) | |
tree | 681027b95dd4537918baa730b8e9a3ec8ba5830c /gdb | |
parent | 9cc7c60b405e33a3ad25d3701c980191daf486a5 (diff) | |
download | gdb-ce51845b10a95dc54e30c5df90706a3902d6d1ed.zip gdb-ce51845b10a95dc54e30c5df90706a3902d6d1ed.tar.gz gdb-ce51845b10a95dc54e30c5df90706a3902d6d1ed.tar.bz2 |
* Makefile.in: Remove references to remote-mon.c.
* remote-mon.c: remove. Replaced by rom68k-rom.c.
* rom68k-rom.c: Support for Rom68k monitor.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/.Sanitize | 1 | ||||
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/Makefile.in | 5 |
3 files changed, 8 insertions, 4 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 8d3a894..e9a059b 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 30e3f06..f016c50 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 340d23d..4b44005 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) \ |