]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m32r/tconfig.in
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / sim / m32r / tconfig.in
CommitLineData
369fba30
DE
1/* M32R target configuration file. -*- C -*- */
2
8de434bf
DE
3#ifndef M32R_TCONFIG_H
4#define M32R_TCONFIG_H
5
369fba30
DE
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 */
12
8de434bf
DE
13/* See sim-hload.c. We properly handle LMA. */
14#define SIM_HANDLES_LMA 1
15
369fba30
DE
16/* For MSPR support. FIXME: revisit. */
17#define WITH_DEVICES 1
18
8de434bf
DE
19/* FIXME: Revisit. */
20#ifdef HAVE_DV_SOCKSER
21MODULE_INSTALL_FN dv_sockser_install;
22#define MODULE_LIST dv_sockser_install,
369fba30
DE
23#endif
24
8de434bf
DE
25#if 0
26/* Enable watchpoints. */
27#define WITH_WATCHPOINTS 1
369fba30
DE
28#endif
29
30/* ??? Temporary hack until model support unified. */
31#define SIM_HAVE_MODEL
8de434bf
DE
32
33/* Define this to enable the intrinsic breakpoint mechanism. */
34/* FIXME: may be able to remove SIM_HAVE_BREAKPOINT since it essentially
35 duplicates ifdef SIM_BREAKPOINT (right?) */
36#if 0
37#define SIM_HAVE_BREAKPOINTS
38#define SIM_BREAKPOINT { 0x10, 0xf1 }
39#define SIM_BREAKPOINT_SIZE 2
40#endif
41
42/* This is a global setting. Different cpu families can't mix-n-match -scache
43 and -bb. However some cpu families may use -simple while others use
44 one of -scache/-bb. */
45#define WITH_SCACHE_PBB 1
46
47#endif /* M32R_TCONFIG_H */