From 863099f41e81cdb0797878e48d44c205576d59de Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Mon, 15 Nov 1993 23:26:56 +0000 Subject: * 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 --- gdb/h8500-tdep.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'gdb/h8500-tdep.c') 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); -} -- cgit v1.1