aboutsummaryrefslogtreecommitdiff
path: root/gdb/h8500-tdep.c
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-11-15 23:26:56 +0000
committerSteve Chamberlain <sac@cygnus>1993-11-15 23:26:56 +0000
commit863099f41e81cdb0797878e48d44c205576d59de (patch)
tree16390d08771ea6ddc7413e9a54458fee0a6a0fd6 /gdb/h8500-tdep.c
parentcdf73c5c3b5b366894deddbc9c8a9a789f7931e5 (diff)
downloadfsf-binutils-gdb-863099f41e81cdb0797878e48d44c205576d59de.zip
fsf-binutils-gdb-863099f41e81cdb0797878e48d44c205576d59de.tar.gz
fsf-binutils-gdb-863099f41e81cdb0797878e48d44c205576d59de.tar.bz2
* 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
Diffstat (limited to 'gdb/h8500-tdep.c')
-rw-r--r--gdb/h8500-tdep.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/h8500-tdep.c b/gdb/h8500-tdep.c
index 75301e2..3b5086a 100644
--- a/gdb/h8500-tdep.c
+++ b/gdb/h8500-tdep.c
@@ -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);
-}