old-cross-binutils/sim/iq2000/tconfig.h
Mike Frysinger 269362117d sim: make LMA loading the default for all targets
Most targets already default to loading code via their LMA, but for
a few, this means the default changes from loading VMA to LMA.  It's
better to have the different targets be consistent, and allows some
code clean up.
2015-12-24 21:50:17 -05:00

12 lines
407 B
C

/* IQ2000 target configuration file. -*- C -*- */
/* For MSPR support. FIXME: revisit. */
#define WITH_DEVICES 0
/* ??? Temporary hack until model support unified. */
#define SIM_HAVE_MODEL
/* This is a global setting. Different cpu families can't mix-n-match -scache
and -pbb. However some cpu families may use -simple while others use
one of -scache/-pbb. ???? */
#define WITH_SCACHE_PBB 1