sim: delete old breakpoint code
[deliverable/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 /* This is a global setting. Different cpu families can't mix-n-match -scache
13 and -pbb. However some cpu families may use -simple while others use
14 one of -scache/-pbb. */
15 #define WITH_SCACHE_PBB 1
16
17 #endif /* M32R_TCONFIG_H */
This page took 0.030354 seconds and 5 git commands to generate.