aboutsummaryrefslogtreecommitdiff
path: root/gdb/sh-tdep.c
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-11-15 23:49:21 +0000
committerSteve Chamberlain <sac@cygnus>1993-11-15 23:49:21 +0000
commit1b68cb4fb3cb7dd3585e174f53ec9d544268a3ab (patch)
treeb671f3c6e4a1599c45c52e8b7444c428a4d0c286 /gdb/sh-tdep.c
parent2f5e17369c0406c1accb1682deeaa256f1069d36 (diff)
downloadgdb-1b68cb4fb3cb7dd3585e174f53ec9d544268a3ab.zip
gdb-1b68cb4fb3cb7dd3585e174f53ec9d544268a3ab.tar.gz
gdb-1b68cb4fb3cb7dd3585e174f53ec9d544268a3ab.tar.bz2
How many times do I have to do this...
Diffstat (limited to 'gdb/sh-tdep.c')
-rw-r--r--gdb/sh-tdep.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/gdb/sh-tdep.c b/gdb/sh-tdep.c
index 42e79cb..81cd752 100644
--- a/gdb/sh-tdep.c
+++ b/gdb/sh-tdep.c
@@ -242,18 +242,7 @@ pop_frame ()
read_pc ()));
}
-/* 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);
-}
-
+
void
_initialize_sh_tdep ()
{