From 12967062e49a2d6d15e5267a5752c977abb48403 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sat, 22 Mar 1997 23:52:04 +0000 Subject: * remote-sim.c (simulator_command): Add comment about dealing with NULL or empty args. start-sanitize-tic80 * Makefile.in (tic80-tdep.o): Add target. * configure.tgt: Add tic80 case. * tic80-tdep.c: New file. * config/tic80/{tic80.mt, tm-tic80.h}: New files. end-sanitize-tic80 --- gdb/remote-sim.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/remote-sim.c') diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 930e4948670..339b39cc1a2 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -709,7 +709,8 @@ simulator_command (args, from_tty) /* Note that if the simulator hasn't been opened, gdbsim_desc == NULL which is correct (??? assuming of course one wishes to continue to allow commands to be sent to unopened simulators, which isn't entirely - unreasonable). */ + unreasonable). Simulators should be prepared to deal with any + combination of NULL or empty args. */ sim_do_command (gdbsim_desc, args); } -- cgit v1.2.1