diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-04 03:47:39 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-04 03:47:39 +0000 |
commit | a34abff813f4fdd5f289ea45de9e874e31e7edf3 (patch) | |
tree | f6d3be383893c3adaae166e570d5eccd71f08427 /sim/common/sim-module.c | |
parent | 600d83316cfa68f72666d792244890789812b51a (diff) | |
download | binutils-gdb-a34abff813f4fdd5f289ea45de9e874e31e7edf3.tar.gz |
o Add modulo argument to sim_core_attach
o Add sim-memopt module - memory option processing.
Diffstat (limited to 'sim/common/sim-module.c')
-rw-r--r-- | sim/common/sim-module.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/common/sim-module.c b/sim/common/sim-module.c index 9292c370273..e58e6f3c57f 100644 --- a/sim/common/sim-module.c +++ b/sim/common/sim-module.c @@ -38,6 +38,10 @@ static MODULE_INSTALL_FN * const modules[] = { profile_install, #endif sim_core_install, +#ifndef SIM_HAVE_FLATMEM + /* FIXME: should handle flatmem as well FLATMEM */ + sim_memopt_install, +#endif sim_events_install, #if WITH_WATCHPOINTS sim_watchpoint_install, |