mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
269362117d
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.
15 lines
398 B
C
15 lines
398 B
C
/* M32R target configuration file. -*- C -*- */
|
|
|
|
#ifndef M32R_TCONFIG_H
|
|
#define M32R_TCONFIG_H
|
|
|
|
/* For MSPR support. FIXME: revisit. */
|
|
#define WITH_DEVICES 1
|
|
|
|
/* 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
|
|
|
|
#endif /* M32R_TCONFIG_H */
|