diff options
author | Steve Chamberlain <sac@cygnus> | 1993-11-15 23:49:21 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-11-15 23:49:21 +0000 |
commit | 1b68cb4fb3cb7dd3585e174f53ec9d544268a3ab (patch) | |
tree | b671f3c6e4a1599c45c52e8b7444c428a4d0c286 /gdb/sh-tdep.c | |
parent | 2f5e17369c0406c1accb1682deeaa256f1069d36 (diff) | |
download | gdb-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.c | 13 |
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 () { |