aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-12-09 17:56:41 +0000
committerDoug Evans <dje@google.com>1998-12-09 17:56:41 +0000
commit2a939996f6e4c7e55e255d2ae56cc734fbf7d5e4 (patch)
treec262b74699947d58ddb115e63b1a3d363b5539fe /sim
parent2289f0d25ea67f7024fbc1f30e233ef09a6c27cd (diff)
downloadgdb-2a939996f6e4c7e55e255d2ae56cc734fbf7d5e4.zip
gdb-2a939996f6e4c7e55e255d2ae56cc734fbf7d5e4.tar.gz
gdb-2a939996f6e4c7e55e255d2ae56cc734fbf7d5e4.tar.bz2
* dv-sockser.c: Include unistd.h if present.
(dv_sockser_init): Add missing arg to call to sim_io_eprintf.
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index aa1e86c..5cd97db 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,8 @@
+1998-12-09 Doug Evans <devans@casey.cygnus.com>
+
+ * dv-sockser.c: Include unistd.h if present.
+ (dv_sockser_init): Add missing arg to call to sim_io_eprintf.
+
1998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
* gennltvals.sh: Add i960.
@@ -19,7 +24,7 @@
(EXTERN_INLINE): New macro.
* sim-module.c (sim_post_argv_init): Initialize cpu backlink
before calling module init fns.
- * sim-profile.h (OPTION_PROFILE_*): Move into enum.
+ * sim-profile.c (OPTION_PROFILE_*): Move into enum.
(profile_init): New function.
(profile_options): New option --profile-range.
(profile_option_handler): Handle --profile-range.