diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-06-04 02:47:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-06-04 02:47:49 +0000 |
commit | 896eab009e6f9b420d6a9caba46f96781fc88aea (patch) | |
tree | cd45fd95347023493cfc957286359561a5c4d207 /sim | |
parent | fd4addafba6fe3b10e9aa57514184fe443aa227d (diff) | |
download | fsf-binutils-gdb-896eab009e6f9b420d6a9caba46f96781fc88aea.zip fsf-binutils-gdb-896eab009e6f9b420d6a9caba46f96781fc88aea.tar.gz fsf-binutils-gdb-896eab009e6f9b420d6a9caba46f96781fc88aea.tar.bz2 |
Initialize the sim-engine module.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 233327e..a07b94d 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,15 @@ +Wed Jun 4 11:44:06 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * sim-config.h (WITH_ENGINE): Enable the sim-engine module by + default. + + * sim-engine.c (sim_engine_install): New function. Install the + engine init functions. + (sim_engine_init): [Re]initialize the simulator engine. + + * sim-module.c: Add sim_engine to list of modules that always + install. + Tue Jun 3 04:52:04 1997 Andrew Cagney <cagney@b1.cygnus.com> * sim-watch.c (schedule_watchpoint): Use sim_unschedule_watchpoint |