aix61.h (PROCESSOR_DEFAULT): Change to PROCESSOR_POWER7.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 9 Feb 2011 18:54:37 +0000 (18:54 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 9 Feb 2011 18:54:37 +0000 (13:54 -0500)
        * config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
        PROCESSOR_POWER7.
        (PROCESSOR_DEFAULT64): Same.
        (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.

From-SVN: r169981

gcc/ChangeLog
gcc/config/rs6000/aix61.h

index 66e7a8ad1ef3a67ce960e33f2d601d2a304b9edc..3c8de805c01b703ce4a41d9bf7ce3526bee8a1e1 100644 (file)
@@ -1,3 +1,10 @@
+2011-02-09  David Edelsohn  <dje.gcc@gmail.com>
+
+       * config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
+       PROCESSOR_POWER7.
+       (PROCESSOR_DEFAULT64): Same.
+       (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.
+
 2011-02-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * config/mips/iris6.h (TARGET_C99_FUNCTIONS): Define.
index 4f949cffe6509bc2affa46c21b0b084a33d4780f..2170eae55ee0bf9852e122f41ba0c6d61862add3 100644 (file)
@@ -116,9 +116,9 @@ do {                                                                        \
 #define TARGET_DEFAULT (MASK_POWERPC | MASK_NEW_MNEMONICS)
 
 #undef  PROCESSOR_DEFAULT
-#define PROCESSOR_DEFAULT PROCESSOR_POWER5
+#define PROCESSOR_DEFAULT PROCESSOR_POWER7
 #undef  PROCESSOR_DEFAULT64
-#define PROCESSOR_DEFAULT64 PROCESSOR_POWER5
+#define PROCESSOR_DEFAULT64 PROCESSOR_POWER7
 
 #undef  TARGET_POWER
 #define TARGET_POWER 0
@@ -197,8 +197,4 @@ extern long long int    atoll(const char *);
 
 #define TARGET_USE_JCR_SECTION 0
 
-/* Default to 128 bit long double.  */
-
-#define RS6000_DEFAULT_LONG_DOUBLE_SIZE 128
-
 #define TARGET_AIX_VERSION 61