From af09332e6d6c7f4970b62d1549f5cf0192b7a718 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Wed, 5 Nov 2003 18:06:22 +0000 Subject: [PATCH] darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Darwin needs VRSAVE. * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Darwin needs VRSAVE. From-SVN: r73274 --- gcc/ChangeLog | 5 +++++ gcc/config/rs6000/darwin.h | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1cd17d9fa7e1..ab623d50cef4 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 15e3f24c3363..e417e0d21d52 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) \ -- 2.47.3