* remote-sp64sim.c (simif_create_inferior): Add FIXME regarding
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 3 Aug 1993 17:25:23 +0000 (17:25 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Tue, 3 Aug 1993 17:25:23 +0000 (17:25 +0000)
sim_set_args return code.

gdb/ChangeLog
gdb/remote-sp64sim.c

index 3db171c4351ad58a8c63422e20cc9c171b557595..8bb7c46923acf71af37f1bb65ada19e1d452c167 100644 (file)
@@ -1,3 +1,10 @@
+start-sanitize-v9
+Tue Aug  3 10:21:58 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * remote-sp64sim.c (simif_create_inferior): Add FIXME regarding
+       sim_set_args return code.
+end-sanitize-v9
+
 Mon Aug  2 16:35:31 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
 
        * Makefile.in (VERSION): bumped to 4.9.4.
index ced255d0390f4af84b2dac21de2f1a388b360444..1bc6250a5a7c8c73780270afbb3056f839d9bc7f 100644 (file)
@@ -228,6 +228,9 @@ simif_create_inferior (exec_file, args, env)
   strcat (arg_buf, args);
   argv = buildargv (arg_buf);
   make_cleanup (freeargv, (char *) argv);
+  /* FIXME: remote-sim.h says targets that don't support this return
+     non-zero.  Perhaps distinguish between "not supported" and other errors?
+     Or maybe that can be the only error.  */
   if (sim_set_args (argv, env) != 0)
     return;