aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-04-02 23:27:06 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-04-02 23:27:06 +0000
commit78077ce6d2b49345fbbdd978cf3d59e4e70ab7ea (patch)
treeae7deaa8cc18afc499de41729c9f5f5d54dd63d8
parentb0d8c28f61d8bd35c570965dd30f1dbe478151bd (diff)
downloadgdb-78077ce6d2b49345fbbdd978cf3d59e4e70ab7ea.zip
gdb-78077ce6d2b49345fbbdd978cf3d59e4e70ab7ea.tar.gz
gdb-78077ce6d2b49345fbbdd978cf3d59e4e70ab7ea.tar.bz2
* 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.
-rw-r--r--gdb/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d0a0c93..98d0f9d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,7 @@
Wed Apr 2 14:16:51 1997 Doug Evans <dje@canuck.cygnus.com>
* 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)