mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 09:44:57 +08:00
linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use spe_abi.
* config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use spe_abi. * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise. From-SVN: r132551
This commit is contained in:
parent
fe82487e2d
commit
a4899c0123
@ -1,3 +1,9 @@
|
||||
2008-02-22 Nathan Froyd <froydnj@codesourcery.com>
|
||||
|
||||
* config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
|
||||
Use spe_abi.
|
||||
* config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
|
||||
|
||||
2008-02-22 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* config/cris/cris.h (REG_CLASS_FROM_LETTER): Recognize 'b' for
|
||||
|
@ -31,7 +31,7 @@
|
||||
#define SUBSUBTARGET_OVERRIDE_OPTIONS \
|
||||
if (rs6000_select[1].string == NULL) \
|
||||
rs6000_cpu = PROCESSOR_PPC8540; \
|
||||
if (!rs6000_explicit_options.abi) \
|
||||
if (!rs6000_explicit_options.spe_abi) \
|
||||
rs6000_spe_abi = 1; \
|
||||
if (!rs6000_explicit_options.float_gprs) \
|
||||
rs6000_float_gprs = 1; \
|
||||
|
@ -30,7 +30,7 @@
|
||||
#define SUBSUBTARGET_OVERRIDE_OPTIONS \
|
||||
if (rs6000_select[1].string == NULL) \
|
||||
rs6000_cpu = PROCESSOR_PPC8540; \
|
||||
if (!rs6000_explicit_options.abi) \
|
||||
if (!rs6000_explicit_options.spe_abi) \
|
||||
rs6000_spe_abi = 1; \
|
||||
if (!rs6000_explicit_options.float_gprs) \
|
||||
rs6000_float_gprs = 1; \
|
||||
|
Loading…
Reference in New Issue
Block a user