diff options
author | Doug Evans <dje@google.com> | 1998-05-17 00:50:07 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-05-17 00:50:07 +0000 |
commit | 991238c82b859e7f3f80384b12032fed1bdd1e9d (patch) | |
tree | 60d17fa467e0f8bb84e8d381afad98675d63f80a /sim | |
parent | 17f382c9bf9cec7dac828f0ba1aa351796f2ace8 (diff) | |
download | gdb-991238c82b859e7f3f80384b12032fed1bdd1e9d.zip gdb-991238c82b859e7f3f80384b12032fed1bdd1e9d.tar.gz gdb-991238c82b859e7f3f80384b12032fed1bdd1e9d.tar.bz2 |
* cgen-sim.h (CGEN_CPU): New members idesc_{read,sem}_init_p.
* genmloop.sh: Use them rather than static locals.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 8298bfe..f763ed0 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,8 @@ Sat May 16 12:44:52 1998 Doug Evans <devans@seba.cygnus.com> + * cgen-sim.h (CGEN_CPU): New members idesc_{read,sem}_init_p. + * genmloop.sh: Use them rather than static locals. + * sim-engine.c (sim_engine_set_run_state): New function. * sim-engine.h (sim_engine_set_run_state): Declare. * genmloop.sh (pending_reason,pending_sigrc): New static locals. |