diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-01-31 16:32:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-01-31 16:32:45 +0000 |
commit | c48861fb9350162456bb07948643aeca6fa06e90 (patch) | |
tree | 21b3c204d4c2a4b5383c9d50efdbf756c59d96e5 /gdb/Makefile.in | |
parent | d764a8245b40717267242979491f5a2fb131091e (diff) | |
download | gdb-c48861fb9350162456bb07948643aeca6fa06e90.zip gdb-c48861fb9350162456bb07948643aeca6fa06e90.tar.gz gdb-c48861fb9350162456bb07948643aeca6fa06e90.tar.bz2 |
2003-01-31 Andrew Cagney <ac131313@redhat.com>
* README: Remove reference to Ericsson 1800 monitor.
* Makefile.in (remote-es.o): Delete rule.
(ALLDEPFILES): Delete remote-es.c.
* remote-es.c: Delete file.
* config/m68k/es1800.mt: Delete file.
* config/djgpp/fnchange.lst: Update.
* configure.tgt: Delete m68*-ericsson-* target.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c2bc8e1..d7c6a06 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1384,7 +1384,7 @@ ALLDEPFILES = a68v-nat.c \ ppcnbsd-nat.o ppcnbsd-tdep.o \ procfs.c \ remote-array.c remote-e7000.c \ - remote-es.c remote-hms.c remote-mips.c \ + remote-hms.c remote-mips.c \ remote-rdp.c remote-sim.c \ remote-st.c remote-utils.c dcache.c \ remote-vx.c \ @@ -2046,9 +2046,6 @@ remote-array.o: remote-array.c $(defs_h) $(gdbcore_h) $(target_h) \ remote-e7000.o: remote-e7000.c $(defs_h) $(gdbcore_h) $(gdbarch_h) \ $(inferior_h) $(target_h) $(value_h) $(command_h) $(gdb_string_h) \ $(gdbcmd_h) $(serial_h) $(remote_utils_h) $(symfile_h) $(regcache_h) -remote-es.o: remote-es.c $(defs_h) $(gdb_string_h) $(frame_h) $(inferior_h) \ - $(target_h) $(command_h) $(symfile_h) $(remote_utils_h) $(gdbcore_h) \ - $(serial_h) $(regcache_h) $(value_h) remote-est.o: remote-est.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \ $(serial_h) $(regcache_h) $(m68k_tdep_h) remote-hms.o: remote-hms.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \ |