Really remove tic30-aout support
[deliverable/binutils-gdb.git] / sim / sh64 / sim-main.h
index 1a1a2b7fbfa38acc472a3e3c663f2f029934daa9..da8f516f75c590b31c83eb0c5a5bd0c342eb8947 100644 (file)
@@ -3,12 +3,15 @@
 #ifndef SIM_MAIN_H
 #define SIM_MAIN_H
 
-#define USING_SIM_BASE_H /* FIXME: quick hack */
-
 /* sim-basics.h includes config.h but cgen-types.h must be included before
    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"
This page took 0.027493 seconds and 4 git commands to generate.