darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Darwin needs VRSAVE.
authorGeoffrey Keating <geoffk@apple.com>
Wed, 5 Nov 2003 18:06:22 +0000 (18:06 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 5 Nov 2003 18:06:22 +0000 (18:06 +0000)
* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Darwin
needs VRSAVE.

From-SVN: r73274

gcc/ChangeLog
gcc/config/rs6000/darwin.h

index 1cd17d9fa7e1ac87ef08ae996e5dde309084ce01..ab623d50cef4566e096b53c205817295070b7efe 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * c-typeck.c (pedantic_lvalue_warning): Deprecate use of
index 15e3f24c33630b7c8438279bd657312aade429b3..e417e0d21d521f33d795938867717229bb27aec1 100644 (file)
@@ -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)                                                \