diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2011-02-09 18:54:37 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2011-02-09 13:54:37 -0500 |
commit | df98c3e88b5050078da745fff6d325af9d5a7328 (patch) | |
tree | 4b356b1f9cfab256b29ee35977ed09dcfc28fd51 /gcc/config/rs6000/aix61.h | |
parent | c7f1781582ea16a4b5213278a984c83d948f08b1 (diff) | |
download | gcc-df98c3e88b5050078da745fff6d325af9d5a7328.zip gcc-df98c3e88b5050078da745fff6d325af9d5a7328.tar.gz gcc-df98c3e88b5050078da745fff6d325af9d5a7328.tar.bz2 |
aix61.h (PROCESSOR_DEFAULT): Change to PROCESSOR_POWER7.
* config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
PROCESSOR_POWER7.
(PROCESSOR_DEFAULT64): Same.
(RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.
From-SVN: r169981
Diffstat (limited to 'gcc/config/rs6000/aix61.h')
-rw-r--r-- | gcc/config/rs6000/aix61.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/config/rs6000/aix61.h b/gcc/config/rs6000/aix61.h index 4f949cf..2170eae 100644 --- a/gcc/config/rs6000/aix61.h +++ b/gcc/config/rs6000/aix61.h @@ -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 |