From: Doug Evans Date: Wed, 9 Dec 1998 17:56:41 +0000 (+0000) Subject: * dv-sockser.c: Include unistd.h if present. X-Git-Tag: gdb-4_18~575 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a939996f6e4c7e55e255d2ae56cc734fbf7d5e4;p=thirdparty%2Fbinutils-gdb.git * dv-sockser.c: Include unistd.h if present. (dv_sockser_init): Add missing arg to call to sim_io_eprintf. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index aa1e86ca31d..5cd97db4f40 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,8 @@ +1998-12-09 Doug Evans + + * 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 * 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.