diff options
Diffstat (limited to 'gdb/remote-sds.c')
-rw-r--r-- | gdb/remote-sds.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/remote-sds.c b/gdb/remote-sds.c index a5780c3..7533107 100644 --- a/gdb/remote-sds.c +++ b/gdb/remote-sds.c @@ -1,6 +1,6 @@ /* Remote target communications for serial-line targets using SDS' protocol. - Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004 Free Software + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2006 Free Software Foundation, Inc. This file is part of GDB. @@ -988,8 +988,7 @@ sds_create_inferior (char *exec_file, char *args, char **env, int from_tty) /* Clean up from the last time we were running. */ clear_proceed_status (); - /* Let the remote process run. */ - proceed (bfd_get_start_address (exec_bfd), TARGET_SIGNAL_0, 0); + write_pc (bfd_get_start_address (exec_bfd)); } static void |