]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/frv/tconfig.h
sim: delete SIM_HAVE_MEM_SIZE
[thirdparty/binutils-gdb.git] / sim / frv / tconfig.h
1 /* FRV target configuration file. -*- C -*- */
2
3 /* See sim-hload.c. We properly handle LMA. -- TODO: check this */
4 #define SIM_HANDLES_LMA 1
5
6 /* For MSPR support. FIXME: revisit. */
7 #define WITH_DEVICES 1
8
9 #if 0
10 /* Enable watchpoints. */
11 #define WITH_WATCHPOINTS 1
12 #endif
13
14 /* ??? Temporary hack until model support unified. */
15 #define SIM_HAVE_MODEL
16
17 /* Define this to enable the intrinsic breakpoint mechanism. */
18 /* FIXME: may be able to remove SIM_HAVE_BREAKPOINTS 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 0