* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / sh-tdep.c
index 5be266c270672e01b98708ada72fc50e5b90598e..e09a6dd1423ed916289bef2fd2ad8d53e9fbf162 100644 (file)
@@ -307,20 +307,10 @@ show_regs (args, from_tty)
                   read_register (15));
 }
 \f
-
 void
 _initialize_sh_tdep ()
 {
-  extern int sim_memory_size;
-
   tm_print_insn = gdb_print_insn_sh;
 
-  /* FIXME, there should be a way to make a CORE_ADDR variable settable. */
-  add_show_from_set
-    (add_set_cmd ("memory_size", class_support, var_uinteger,
-                 (char *) &sim_memory_size,
-               "Set simulated memory size of simulator target.", &setlist),
-     &showlist);
-
   add_com ("regs", class_vars, show_regs, "Print all registers");
 }
This page took 0.022869 seconds and 4 git commands to generate.