aboutsummaryrefslogtreecommitdiff
path: root/sim/sh64/sim-main.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-25 02:34:40 -0500
committerMike Frysinger <vapier@gentoo.org>2015-12-25 02:42:03 -0500
commitf0c1b768b4f42c631547643ec01b020108c0ef8e (patch)
treea0bca9664f6a6fff6b3e410380a4d554f554b404 /sim/sh64/sim-main.h
parent42a3af5688cd41550e2b517f676f03f2842e615b (diff)
downloadfsf-binutils-gdb-f0c1b768b4f42c631547643ec01b020108c0ef8e.zip
fsf-binutils-gdb-f0c1b768b4f42c631547643ec01b020108c0ef8e.tar.gz
fsf-binutils-gdb-f0c1b768b4f42c631547643ec01b020108c0ef8e.tar.bz2
sim: move WITH_SCACHE_PBB to sim-main.h
This helps us break up tconfig.h more. Any file using this define should be pulling in sim-main.h already, so things should continue working.
Diffstat (limited to 'sim/sh64/sim-main.h')
-rw-r--r--sim/sh64/sim-main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/sh64/sim-main.h b/sim/sh64/sim-main.h
index 7b24ab0..da8f516 100644
--- a/sim/sh64/sim-main.h
+++ b/sim/sh64/sim-main.h
@@ -7,6 +7,11 @@
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 1
+
#include "symcat.h"
#include "sim-basics.h"
#include "cgen-types.h"