From 6eb0b28399470212ba19d944beeef53b6d3acefa Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Tue, 3 Aug 1993 17:25:23 +0000 Subject: [PATCH] * remote-sp64sim.c (simif_create_inferior): Add FIXME regarding sim_set_args return code. --- gdb/ChangeLog | 7 +++++++ gdb/remote-sp64sim.c | 3 +++ 2 files changed, 10 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3db171c435..8bb7c46923 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/remote-sp64sim.c b/gdb/remote-sp64sim.c index ced255d039..1bc6250a5a 100644 --- a/gdb/remote-sp64sim.c +++ b/gdb/remote-sp64sim.c @@ -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; -- 2.34.1