X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fsh64%2Fsim-main.h;h=da8f516f75c590b31c83eb0c5a5bd0c342eb8947;hb=a435742a7fb32f6320ce0e6074e2500e28378104;hp=1a1a2b7fbfa38acc472a3e3c663f2f029934daa9;hpb=20bca71d82598a015de0991196e45f0b5f7ead81;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/sh64/sim-main.h b/sim/sh64/sim-main.h index 1a1a2b7fbf..da8f516f75 100644 --- a/sim/sh64/sim-main.h +++ b/sim/sh64/sim-main.h @@ -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"