diff options
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index fc2c900..a325ffa 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -25,7 +25,6 @@ #include "inferior.h" #include "infrun.h" #include "value.h" -#include <ctype.h> #include <fcntl.h> #include <signal.h> #include <setjmp.h> @@ -1284,9 +1283,7 @@ gdbsim_target::memory_map () return result; } -void _initialize_remote_sim (); -void -_initialize_remote_sim () +INIT_GDB_FILE (remote_sim) { struct cmd_list_element *c; |