diff options
Diffstat (limited to 'sim/frv')
-rw-r--r-- | sim/frv/ChangeLog | 5 | ||||
-rw-r--r-- | sim/frv/sim-main.h | 5 | ||||
-rw-r--r-- | sim/frv/tconfig.h | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sim/frv/ChangeLog b/sim/frv/ChangeLog index c7a601e..08c6d98 100644 --- a/sim/frv/ChangeLog +++ b/sim/frv/ChangeLog @@ -1,5 +1,10 @@ 2015-12-25 Mike Frysinger <vapier@gentoo.org> + * sim-main.h (WITH_SCACHE_PBB): Move from ... + * tconfig.h (WITH_SCACHE_PBB): ... here. + +2015-12-25 Mike Frysinger <vapier@gentoo.org> + * devices.c (device_error): Delete. 2015-12-24 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/frv/sim-main.h b/sim/frv/sim-main.h index ef14d64..ed5d4e2 100644 --- a/sim/frv/sim-main.h +++ b/sim/frv/sim-main.h @@ -23,6 +23,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ sim-basics.h and cgen-types.h needs config.h. */ #include "config.h" +/* This is a global setting. Different cpu families can't mix-n-match -scache + and -pbb. However some cpu families may use -simple while others use + one of -scache/-pbb. ???? */ +#define WITH_SCACHE_PBB 0 + #include "symcat.h" #include "sim-basics.h" #include "cgen-types.h" diff --git a/sim/frv/tconfig.h b/sim/frv/tconfig.h index 044cfb0..1abdc61 100644 --- a/sim/frv/tconfig.h +++ b/sim/frv/tconfig.h @@ -5,8 +5,3 @@ /* ??? Temporary hack until model support unified. */ #define SIM_HAVE_MODEL - -/* This is a global setting. Different cpu families can't mix-n-match -scache - and -pbb. However some cpu families may use -simple while others use - one of -scache/-pbb. ???? */ -#define WITH_SCACHE_PBB 0 |