o Add modulo argument to sim_core_attach

o	Add sim-memopt module - memory option processing.
This commit is contained in:
Andrew Cagney
1997-09-04 03:47:39 +00:00
parent 600d83316c
commit a34abff813
18 changed files with 769 additions and 225 deletions

View File

@@ -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,