]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: always enable modulo memory
authorMike Frysinger <vapier@gentoo.org>
Tue, 17 Nov 2015 08:19:56 +0000 (00:19 -0800)
committerMike Frysinger <vapier@gentoo.org>
Wed, 18 Nov 2015 04:12:58 +0000 (23:12 -0500)
commitcdf850e9d953f765f600e1ecae61664eab5ae7f1
treee1c1cdd1a624d9f7c8b55143b73e9b131b034bde
parent8fd3fe9331ea62972272f0f9f7dfcb7d39a7d2f5
sim: always enable modulo memory

Having this be a config option doesn't make sense: the code size is
pretty much the same (as all the logic is still active), and if it's
disabled, the sim throws an error if you try to use it.  That means
we can't break sims that weren't using it before by enabling it all
the time.
12 files changed:
sim/bfin/ChangeLog
sim/bfin/tconfig.h
sim/common/ChangeLog
sim/common/sim-config.h
sim/common/sim-core.c
sim/common/sim-core.h
sim/m68hc11/ChangeLog
sim/m68hc11/sim-main.h
sim/mips/ChangeLog
sim/mips/sim-main.h
sim/v850/ChangeLog
sim/v850/sim-main.h