From: David Edelsohn Date: Wed, 2 Apr 1997 23:27:06 +0000 (+0000) Subject: * remote-sim.c (gdbsim_open): Check return code from sim_open. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78077ce6d2b49345fbbdd978cf3d59e4e70ab7ea;p=binutils-gdb.git * remote-sim.c (gdbsim_open): Check return code from sim_open. Update call to sim_open (new arg SIM_OPEN_DEBUG). Forgot the last sentence in the previous checking. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d0a0c930d11..98d0f9d5fc9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,7 @@ Wed Apr 2 14:16:51 1997 Doug Evans * remote-sim.c (gdbsim_open): Check return code from sim_open. + Update call to sim_open (new arg SIM_OPEN_DEBUG). start-sanitize-gdbtk Tue Apr 1 15:04:21 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)