forked from Imagelibrary/binutils-gdb
* 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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user