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.
This commit is contained in:
Andrew Cagney 2003-01-31 16:32:45 +00:00
parent d764a8245b
commit c48861fb93
9 changed files with 15 additions and 2076 deletions

View File

@ -1,3 +1,13 @@
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.
2003-01-31 Adam Fedor <fedor@gnu.org>
* infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.

View File

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

View File

@ -464,7 +464,6 @@ monitors and other hardware:
remote-array.c Array Tech RAID controller
remote-e7000.c Hitachi E7000 ICE
remote-es.c Ericsson 1800 monitor
remote-est.c EST emulator
remote-hms.c Hitachi Micro Systems H8/300 monitor
remote-mips.c MIPS remote debugging protocol

View File

@ -172,7 +172,6 @@
@V@/gdb/remote-array.c @V@/gdb/rmt-array.c
@V@/gdb/remote-e7000.c @V@/gdb/rmt-e7000.c
@V@/gdb/remote-eb.c @V@/gdb/rmt-eb.c
@V@/gdb/remote-es.c @V@/gdb/rmt-es.c
@V@/gdb/remote-est.c @V@/gdb/rmt-est.c
@V@/gdb/remote-mips.c @V@/gdb/emt-mips.c
@V@/gdb/remote-mm.c @V@/gdb/emt-mm.c

View File

@ -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

View File

@ -126,7 +126,6 @@ m68000-*-sunos4*) gdb_target=sun2os4 ;;
m68*-bull-sysv*) gdb_target=dpx2 ;;
m68*-att-*) gdb_target=3b1 ;;
m68*-cisco*-*) gdb_target=cisco ;;
m68*-ericsson-*) gdb_target=es1800 ;;
m68*-motorola-*) gdb_target=delta68 ;;
m68*-netx-*) gdb_target=vxworks68 ;;
m68*-tandem-*) gdb_target=st2000 ;;

View File

@ -3,6 +3,10 @@
* stabs.texinfo (Member Type Descriptor): Clarify description of
`@'. Suggested by Ben Hutchings.
2003-01-29 Andrew Cagney <ac131313@redhat.com>
* gdb.texinfo (M68K): Delete reference to es1800.
2003-01-29 Andrew Cagney <ac131313@redhat.com>
* gdb.texinfo (Maintenance Commands): Document `maint print

View File

@ -11831,19 +11831,6 @@ ROM 68K monitor, running on an M68K IDP board.
@end table
If @value{GDBN} is configured with @code{m68*-ericsson-*}, it will
instead have only a single special target command:
@table @code
@kindex target es1800
@item target es1800 @var{dev}
ES-1800 emulator for M68K.
@end table
[context?]
@table @code
@kindex target rombug

File diff suppressed because it is too large Load Diff