diff options
author | Doug Evans <dje@google.com> | 1998-02-18 01:30:04 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-02-18 01:30:04 +0000 |
commit | 4f071e30568abffd4694046251ceba81e37dcc1a (patch) | |
tree | f35e19bbafa1eba7072db74395d5097f29102e4a | |
parent | b02643b554421f033e49b1cf0bced750ed82372a (diff) | |
download | gdb-4f071e30568abffd4694046251ceba81e37dcc1a.zip gdb-4f071e30568abffd4694046251ceba81e37dcc1a.tar.gz gdb-4f071e30568abffd4694046251ceba81e37dcc1a.tar.bz2 |
* cgen-sim.h (SEMANTIC_CACHE_FN): Delete.
(SEMANTIC_FN): Rewrite declaration.
(DECODE): Update type of semantic_fast member.
({EX,SEM}_FN_NAME): Have only one version.
* cgen.sh: Support building cpu.c.
* sim-base.h (sim_state_base): Delete conditionals surrounding
member scache_size.
-rw-r--r-- | sim/common/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index f73927f..732193c 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,13 @@ +Tue Feb 17 17:27:30 1998 Doug Evans <devans@seba.cygnus.com> + + * cgen-sim.h (SEMANTIC_CACHE_FN): Delete. + (SEMANTIC_FN): Rewrite declaration. + (DECODE): Update type of semantic_fast member. + ({EX,SEM}_FN_NAME): Have only one version. + * cgen.sh: Support building cpu.c. + * sim-base.h (sim_state_base): Delete conditionals surrounding + member scache_size. + Tue Feb 10 18:31:49 1998 Andrew Cagney <cagney@b1.cygnus.com> * sim-load.c (sim_load_file): Print LMA/VMA according to value |