diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-17 21:45:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-17 21:45:55 +0000 |
commit | bf962092548917d88b7a4368dbb36977777836da (patch) | |
tree | afc2796a4055fc19de4ebb0ff1d2fbe67f3c1a52 /sim/common/ChangeLog | |
parent | 78e731cd36da5f52b759bbf36cc1eb5d79de38c8 (diff) | |
download | gdb-bf962092548917d88b7a4368dbb36977777836da.zip gdb-bf962092548917d88b7a4368dbb36977777836da.tar.gz gdb-bf962092548917d88b7a4368dbb36977777836da.tar.bz2 |
* sim-memopt.c: Include <unistd.h>.
(do_memopt_add): Fix printf format.
* sim-events.c (sim_events_schedule): Initialize ``dummy''.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index d3d21a6..b7e13e3 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,9 @@ +2002-06-17 Andrew Cagney <cagney@redhat.com> + + * sim-memopt.c: Include <unistd.h>. + (do_memopt_add): Fix printf format. + * sim-events.c (sim_events_schedule): Initialize ``dummy''. + 2002-06-16 Andrew Cagney <ac131313@redhat.com> * aclocal.m4 (SIM_AC_OPTION_WARNINGS): Update to match GDB's |