From 31a1ce3eb09285ebe53a2ba4061731c31cbd896e Mon Sep 17 00:00:00 2001 From: dje Date: Sat, 9 Feb 2013 15:52:23 +0000 Subject: [PATCH] * config/rs6000/aix61.h (OS_MISSING_ALTIVEC): Undefine. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195917 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 +++++- gcc/config/rs6000/aix61.h | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 33f77fa35b1..24d22fae00f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-02-09 David Edelsohn + + * config/rs6000/aix61.h (OS_MISSING_ALTIVEC): Undefine. + 2013-02-09 Jakub Jelinek PR target/56256 @@ -6,7 +10,7 @@ 2013-02-08 Vladimir Makarov PR rtl-optimization/56246 - * lra-constraints.c (simplify_operand_subreg): Try tor reuse + * lra-constraints.c (simplify_operand_subreg): Try to reuse reload pseudo. * lra.c (lra): Clear lra_optional_reload_pseudos only when all constraints are satisfied. diff --git a/gcc/config/rs6000/aix61.h b/gcc/config/rs6000/aix61.h index 42f4ba54a70..cd341b97eea 100644 --- a/gcc/config/rs6000/aix61.h +++ b/gcc/config/rs6000/aix61.h @@ -133,6 +133,9 @@ do { \ #undef PROCESSOR_DEFAULT64 #define PROCESSOR_DEFAULT64 PROCESSOR_POWER7 +/* AIX 6.1 kernel and assembler have necessary support for Altivec and VSX. */ +#undef OS_MISSING_ALTIVEC + /* Define this macro as a C expression for the initializer of an array of string to tell the driver program which options are defaults for this target and thus do not need to be handled -- 2.11.4.GIT