sim: bfin: add support for glued SIC interrupt lines
[deliverable/binutils-gdb.git] / sim / bfin / tconfig.in
1 /* Blackfin 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 /* We use this so that we are passed the requesting CPU for HW acesses.
7 Common sim core by default sets hw_system_cpu to NULL for WITH_HW. */
8 #define WITH_DEVICES 1
9
10 /* FIXME: This is unnecessarily necessary: */
11 #include "ansidecl.h"
12 #include "gdb/callback.h"
13 #include "gdb/remote-sim.h"
14 #include "sim-module.h"
15
16 /* FIXME: Revisit. */
17 #ifdef HAVE_DV_SOCKSER
18 MODULE_INSTALL_FN dv_sockser_install;
19 #define MODULE_LIST dv_sockser_install,
20 #endif
21
22 /* ??? Temporary hack until model support unified. */
23 #define SIM_HAVE_MODEL
24
25 /* Allows us to do the memory aliasing that some bfroms have:
26 {0xef000000 - 0xef100000} => {0xef000000 - 0xef000800} */
27 #define WITH_MODULO_MEMORY 1
This page took 0.031902 seconds and 4 git commands to generate.