aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>1995-10-06 19:06:13 +0000
committerJim Wilson <wilson@tuliptree.org>1995-10-06 19:06:13 +0000
commitabf6a9dc4ebf206e0e9d619a1e2a700a60d068ff (patch)
treec4c8a9a0ded76026cb7086df7e8bfa301f37a210 /gdb/ChangeLog
parent6834d4935c454c3e0ba4280b4dd04182a8aadb89 (diff)
downloadgdb-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/ChangeLog10
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