linuxspe.h: Define TARGET_SPE_ABI, TARGET_SPE, TARGET_E500, TARGET_ISEL, and TARGET_FPRS.
2003-10-05 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/linuxspe.h: Define TARGET_SPE_ABI, TARGET_SPE, TARGET_E500, TARGET_ISEL, and TARGET_FPRS. From-SVN: r72121
This commit is contained in:
parent
2067c116a4
commit
c9545f49d3
2 changed files with 17 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-10-05 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* config/rs6000/linuxspe.h: Define TARGET_SPE_ABI, TARGET_SPE,
|
||||
TARGET_E500, TARGET_ISEL, and TARGET_FPRS.
|
||||
|
||||
2003-10-05 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* c-pretty-print.c: Fix comment typos.
|
||||
|
|
|
@ -27,6 +27,18 @@
|
|||
#undef TARGET_DEFAULT
|
||||
#define TARGET_DEFAULT (MASK_POWERPC | MASK_NEW_MNEMONICS)
|
||||
|
||||
#undef TARGET_SPE_ABI
|
||||
#undef TARGET_SPE
|
||||
#undef TARGET_E500
|
||||
#undef TARGET_ISEL
|
||||
#undef TARGET_FPRS
|
||||
|
||||
#define TARGET_SPE_ABI rs6000_spe_abi
|
||||
#define TARGET_SPE rs6000_spe
|
||||
#define TARGET_E500 (rs6000_cpu == PROCESSOR_PPC8540)
|
||||
#define TARGET_ISEL rs6000_isel
|
||||
#define TARGET_FPRS (!rs6000_float_gprs)
|
||||
|
||||
#undef SUBSUBTARGET_OVERRIDE_OPTIONS
|
||||
#define SUBSUBTARGET_OVERRIDE_OPTIONS \
|
||||
if (rs6000_select[1].string == NULL) \
|
||||
|
|
Loading…
Add table
Reference in a new issue