aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bergner <bergner@vnet.ibm.com>2011-02-10 11:30:10 -0600
committerPeter Bergner <bergner@gcc.gnu.org>2011-02-10 11:30:10 -0600
commit4fac45bdb4c2c1bd6cb97c99b482941dafe32ec1 (patch)
tree9d3b06868bac3f4d8f3a43da60025b709bb6b6f1
parent7f2d4e5139e506c99b6f98677a0ec7b13b362350 (diff)
downloadgcc-4fac45bdb4c2c1bd6cb97c99b482941dafe32ec1.zip
gcc-4fac45bdb4c2c1bd6cb97c99b482941dafe32ec1.tar.gz
gcc-4fac45bdb4c2c1bd6cb97c99b482941dafe32ec1.tar.bz2
linux64.h (PROCESSOR_DEFAULT): Change to PROCESSOR_POWER7.
* config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to PROCESSOR_POWER7. (PROCESSOR_DEFAULT64): Likewise. From-SVN: r170015
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/rs6000/linux64.h4
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b46b1bf..97f26a9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-10 Peter Bergner <bergner@vnet.ibm.com>
+
+ * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
+ PROCESSOR_POWER7.
+ (PROCESSOR_DEFAULT64): Likewise.
+
2011-02-10 Richard Henderson <rth@redhat.com>
* config/rx/predicates.md (rx_zs_comparison_operator): Revert
diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h
index ba5b2cf..e57a6c6 100644
--- a/gcc/config/rs6000/linux64.h
+++ b/gcc/config/rs6000/linux64.h
@@ -73,9 +73,9 @@ extern int dot_symbols;
#endif
#undef PROCESSOR_DEFAULT
-#define PROCESSOR_DEFAULT PROCESSOR_POWER6
+#define PROCESSOR_DEFAULT PROCESSOR_POWER7
#undef PROCESSOR_DEFAULT64
-#define PROCESSOR_DEFAULT64 PROCESSOR_POWER6
+#define PROCESSOR_DEFAULT64 PROCESSOR_POWER7
/* We don't need to generate entries in .fixup, except when
-mrelocatable or -mrelocatable-lib is given. */