* target.h: Add enum target_waitkind, enum target_signal, and
[deliverable/binutils-gdb.git] / gdb / sh-tdep.c
index 5b89780ed27ddc634dbcf52f707ecc4411bf10c8..81cd7527394e27a781a9a774578c96470ec0a629 100644 (file)
@@ -75,7 +75,7 @@ sh_skip_prologue (start_pc)
 int
 print_insn (memaddr, stream)
      CORE_ADDR memaddr;
-     FILE *stream;
+     GDB_FILE *stream;
 {
   disassemble_info info;
   GDB_INIT_DISASSEMBLE_INFO (info, stream);
@@ -242,18 +242,8 @@ pop_frame ()
                                       read_pc ()));
 }
 \f
-/* 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); 
-}
-\f
+
+void
 _initialize_sh_tdep ()
 {
   extern int sim_memory_size;
This page took 0.023448 seconds and 4 git commands to generate.