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/config/m68k | |
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/config/m68k')
-rw-r--r-- | gdb/config/m68k/es1800.mt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/config/m68k/es1800.mt b/gdb/config/m68k/es1800.mt deleted file mode 100644 index d809c61..0000000 --- a/gdb/config/m68k/es1800.mt +++ /dev/null @@ -1,9 +0,0 @@ -# Target: Ericsson ES-1800 emulator (remote) for m68k. - -# remote-es.o should perhaps be part of the standard monitor.mt -# configuration, if it is desirable to reduce the number of different -# configurations. However, before that happens remote-es.c has to be -# fixed to compile on a DOS host. - -TDEPFILES= m68k-tdep.o remote-es.o -TM_FILE= tm-es1800.h |