diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-24 16:41:55 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-24 19:52:13 -0500 |
commit | 3cabaf66d6ec7343bd3badc5c44c2ddd06221913 (patch) | |
tree | 10cde4cd72ab382a3f744b5b05da6d571cb55ac9 /sim/common/sim-module.c | |
parent | b1af947345ccba81244d3370756d0047d3bc8b6e (diff) | |
download | gdb-3cabaf66d6ec7343bd3badc5c44c2ddd06221913.zip gdb-3cabaf66d6ec7343bd3badc5c44c2ddd06221913.tar.gz gdb-3cabaf66d6ec7343bd3badc5c44c2ddd06221913.tar.bz2 |
sim: delete SIM_HAVE_FLATMEM support
No target has used this, and it's a cheap hack in place in using the
common memory module. We want everyone using that though, so drop
support for flatmem entirely.
Diffstat (limited to 'sim/common/sim-module.c')
-rw-r--r-- | sim/common/sim-module.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/common/sim-module.c b/sim/common/sim-module.c index 2d8e7dc..afadb07 100644 --- a/sim/common/sim-module.c +++ b/sim/common/sim-module.c @@ -53,10 +53,7 @@ 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 #if WITH_WATCHPOINTS sim_watchpoint_install, #endif |