* remote-e7000.c: New file to cope with the Hitachi E7000 ICE.

* remote-utils.c, remote-utils.h (gr_load_image): New function to
	download to target.
	* h8300-tdep.c, h8500-tdep.c, remote-z8k.c, sh-tdep.c z8k-tdep.c
	(sim_load): delete.
	* remote-sim.c (sim_load): Use gr_load_image.
	* config/sh/sh.mt: Add remote-e7000
This commit is contained in:
Steve Chamberlain
1993-11-15 23:26:56 +00:00
parent cdf73c5c3b
commit 863099f41e
4 changed files with 1517 additions and 37 deletions

View File

@@ -819,14 +819,3 @@ target_write_fp (v)
write_register (FP_REGNUM, v & 0xffff);
}
/* This doesn't quite fit either in the simulator or in gdb proper.
Perhaps the simulator could return 1 to mean it loaded it and 0 to
mean "you deal with it, caller". */
int
sim_load (abfd, prog)
bfd *abfd;
char *prog;
{
return sim_load_standard (abfd);
}