From: Geoffrey Keating Date: Wed, 5 Nov 2003 18:06:22 +0000 (+0000) Subject: darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Darwin needs VRSAVE. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=af09332e6d6c7f4970b62d1549f5cf0192b7a718;p=gcc.git darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Darwin needs VRSAVE. * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Darwin needs VRSAVE. From-SVN: r73274 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1cd17d9fa7e..ab623d50cef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-11-05 Geoffrey Keating + + * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Darwin + needs VRSAVE. + 2003-11-05 Joseph S. Myers * c-typeck.c (pedantic_lvalue_warning): Deprecate use of diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index 15e3f24c336..e417e0d21d5 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -71,6 +71,7 @@ #define SUBTARGET_OVERRIDE_OPTIONS \ do { \ rs6000_altivec_abi = 1; \ + rs6000_altivec_vrsave = 1; \ if (DEFAULT_ABI == ABI_DARWIN) \ { \ if (MACHO_DYNAMIC_NO_PIC_P) \