diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2013-02-09 10:52:23 -0500 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2013-02-09 10:52:23 -0500 |
commit | 0c88522946c393464b4f00d1bac1a5387c158048 (patch) | |
tree | a27409e18cccc8db74b2606076048bf50f09a382 | |
parent | acd5a6da9d6363f7f72eac03ed97232e415161bf (diff) | |
download | gcc-0c88522946c393464b4f00d1bac1a5387c158048.zip gcc-0c88522946c393464b4f00d1bac1a5387c158048.tar.gz gcc-0c88522946c393464b4f00d1bac1a5387c158048.tar.bz2 |
* config/rs6000/aix61.h (OS_MISSING_ALTIVEC): Undefine.
From-SVN: r195917
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/rs6000/aix61.h | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 33f77fa..24d22fa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-02-09 David Edelsohn <dje.gcc@gmail.com> + + * config/rs6000/aix61.h (OS_MISSING_ALTIVEC): Undefine. + 2013-02-09 Jakub Jelinek <jakub@redhat.com> PR target/56256 @@ -6,7 +10,7 @@ 2013-02-08 Vladimir Makarov <vmakarov@redhat.com> 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 42f4ba5..cd341b9 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 |