OSDN Git Service

* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Darwin
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Nov 2003 18:06:22 +0000 (18:06 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Nov 2003 18:06:22 +0000 (18:06 +0000)
needs VRSAVE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73274 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 1cd17d9..ab623d5 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 15e3f24..e417e0d 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)                                                \