sim: always enable modulo memory
[deliverable/binutils-gdb.git] / sim / bfin / tconfig.h
CommitLineData
ef016f83
MF
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
ef016f83
MF
10/* ??? Temporary hack until model support unified. */
11#define SIM_HAVE_MODEL
This page took 0.205867 seconds and 4 git commands to generate.