]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/m32r/tconfig.h
sim: delete SIM_HAVE_MEM_SIZE
[thirdparty/binutils-gdb.git] / sim / m32r / tconfig.h
1 /* M32R target configuration file. -*- C -*- */
2
3 #ifndef M32R_TCONFIG_H
4 #define M32R_TCONFIG_H
5
6 /* See sim-hload.c. We properly handle LMA. */
7 #define SIM_HANDLES_LMA 1
8
9 /* For MSPR support. FIXME: revisit. */
10 #define WITH_DEVICES 1
11
12 #if 0
13 /* Enable watchpoints. */
14 #define WITH_WATCHPOINTS 1
15 #endif
16
17 /* Define this to enable the intrinsic breakpoint mechanism. */
18 /* FIXME: may be able to remove SIM_HAVE_BREAKPOINT since it essentially
19 duplicates ifdef SIM_BREAKPOINT (right?) */
20 #if 0
21 #define SIM_HAVE_BREAKPOINTS
22 #define SIM_BREAKPOINT { 0x10, 0xf1 }
23 #define SIM_BREAKPOINT_SIZE 2
24 #endif
25
26 /* This is a global setting. Different cpu families can't mix-n-match -scache
27 and -pbb. However some cpu families may use -simple while others use
28 one of -scache/-pbb. */
29 #define WITH_SCACHE_PBB 1
30
31 #endif /* M32R_TCONFIG_H */