diff options
author | Jim Wilson <wilson@tuliptree.org> | 1995-10-06 19:06:13 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1995-10-06 19:06:13 +0000 |
commit | abf6a9dc4ebf206e0e9d619a1e2a700a60d068ff (patch) | |
tree | c4c8a9a0ded76026cb7086df7e8bfa301f37a210 /gdb/ChangeLog | |
parent | 6834d4935c454c3e0ba4280b4dd04182a8aadb89 (diff) | |
download | gdb-abf6a9dc4ebf206e0e9d619a1e2a700a60d068ff.zip gdb-abf6a9dc4ebf206e0e9d619a1e2a700a60d068ff.tar.gz gdb-abf6a9dc4ebf206e0e9d619a1e2a700a60d068ff.tar.bz2 |
Changes to make the simulator work again.
* callback.c (fdbad): Fix typo in comment.
(os_close, os_isatty, os_lseek, os_read, os_write): Use if statements
rather than || to get correct return value.
(os_write_stdout): Pass missing first argument to os_write.
* remote-sim.c: Include callback.h.
(_initialize_remote_sim): Call sim_set_callbacks and then initialize
the callbacks.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ddfa05f..035e517 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Fri Oct 6 11:56:49 1995 Jim Wilson <wilson@chestnut.cygnus.com> + + * callback.c (fdbad): Fix typo in comment. + (os_close, os_isatty, os_lseek, os_read, os_write): Use if statements + rather than || to get correct return value. + (os_write_stdout): Pass missing first argument to os_write. + * remote-sim.c: Include callback.h. + (_initialize_remote_sim): Call sim_set_callbacks and then initialize + the callbacks. + Thu Oct 5 17:28:09 1995 Per Bothner <bothner@kalessin.cygnus.com> * values.c allocate_repeat_value): Allocate an array type, and |