1 /* M32R target configuration file. -*- C -*- */
6 /* Define this if the simulator can vary the size of memory.
7 See the xxx simulator for an example.
8 This enables the `-m size' option.
9 The memory size is stored in STATE_MEM_SIZE. */
10 /* Not used for M32R since we use the memory module. */
11 /* #define SIM_HAVE_MEM_SIZE */
13 /* See sim-hload.c. We properly handle LMA. */
14 #define SIM_HANDLES_LMA 1
16 /* For MSPR support. FIXME: revisit. */
17 #define WITH_DEVICES 1
20 #ifdef HAVE_DV_SOCKSER
21 MODULE_INSTALL_FN dv_sockser_install;
22 #define MODULE_LIST dv_sockser_install,
26 /* Enable watchpoints. */
27 #define WITH_WATCHPOINTS 1
30 /* Define this to enable the intrinsic breakpoint mechanism. */
31 /* FIXME: may be able to remove SIM_HAVE_BREAKPOINT since it essentially
32 duplicates ifdef SIM_BREAKPOINT (right?) */
34 #define SIM_HAVE_BREAKPOINTS
35 #define SIM_BREAKPOINT { 0x10, 0xf1 }
36 #define SIM_BREAKPOINT_SIZE 2
39 #define HAVE_DV_SOCKSER
42 /* This is a global setting. Different cpu families can't mix-n-match -scache
43 and -pbb. However some cpu families may use -simple while others use
44 one of -scache/-pbb. */
45 #define WITH_SCACHE_PBB 1
47 #endif /* M32R_TCONFIG_H */