Commit a4899c01 by Nathan Froyd Committed by Nathan Froyd

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
parent fe82487e
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> 2008-02-22 Hans-Peter Nilsson <hp@axis.com>
* config/cris/cris.h (REG_CLASS_FROM_LETTER): Recognize 'b' for * config/cris/cris.h (REG_CLASS_FROM_LETTER): Recognize 'b' for
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#define SUBSUBTARGET_OVERRIDE_OPTIONS \ #define SUBSUBTARGET_OVERRIDE_OPTIONS \
if (rs6000_select[1].string == NULL) \ if (rs6000_select[1].string == NULL) \
rs6000_cpu = PROCESSOR_PPC8540; \ rs6000_cpu = PROCESSOR_PPC8540; \
if (!rs6000_explicit_options.abi) \ if (!rs6000_explicit_options.spe_abi) \
rs6000_spe_abi = 1; \ rs6000_spe_abi = 1; \
if (!rs6000_explicit_options.float_gprs) \ if (!rs6000_explicit_options.float_gprs) \
rs6000_float_gprs = 1; \ rs6000_float_gprs = 1; \
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#define SUBSUBTARGET_OVERRIDE_OPTIONS \ #define SUBSUBTARGET_OVERRIDE_OPTIONS \
if (rs6000_select[1].string == NULL) \ if (rs6000_select[1].string == NULL) \
rs6000_cpu = PROCESSOR_PPC8540; \ rs6000_cpu = PROCESSOR_PPC8540; \
if (!rs6000_explicit_options.abi) \ if (!rs6000_explicit_options.spe_abi) \
rs6000_spe_abi = 1; \ rs6000_spe_abi = 1; \
if (!rs6000_explicit_options.float_gprs) \ if (!rs6000_explicit_options.float_gprs) \
rs6000_float_gprs = 1; \ rs6000_float_gprs = 1; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment