Commit af09332e by Geoffrey Keating Committed by Geoffrey Keating

darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Darwin needs VRSAVE.

	* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Darwin
	needs VRSAVE.

From-SVN: r73274
parent 0a49d02c
2003-11-05 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Darwin
needs VRSAVE.
2003-11-05 Joseph S. Myers <jsm@polyomino.org.uk> 2003-11-05 Joseph S. Myers <jsm@polyomino.org.uk>
* c-typeck.c (pedantic_lvalue_warning): Deprecate use of * c-typeck.c (pedantic_lvalue_warning): Deprecate use of
......
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
#define SUBTARGET_OVERRIDE_OPTIONS \ #define SUBTARGET_OVERRIDE_OPTIONS \
do { \ do { \
rs6000_altivec_abi = 1; \ rs6000_altivec_abi = 1; \
rs6000_altivec_vrsave = 1; \
if (DEFAULT_ABI == ABI_DARWIN) \ if (DEFAULT_ABI == ABI_DARWIN) \
{ \ { \
if (MACHO_DYNAMIC_NO_PIC_P) \ if (MACHO_DYNAMIC_NO_PIC_P) \
......
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