aix72.h (ASM_DEFAULT_SPEC): Match Power7 processor default.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 6 Dec 2018 00:36:52 +0000 (00:36 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 6 Dec 2018 00:36:52 +0000 (19:36 -0500)
        * config/rs6000/aix72.h (ASM_DEFAULT_SPEC): Match Power7 processor
        default.

From-SVN: r266838

gcc/ChangeLog
gcc/config/rs6000/aix72.h

index 05f9a6d..216f6ee 100644 (file)
@@ -1,3 +1,8 @@
+2018-12-05  David Edelsohn  <dje.gcc@gmail.com>
+
+       * config/rs6000/aix72.h (ASM_DEFAULT_SPEC): Match Power7 processor
+       default. 
+
 2018-12-05  Uros Bizjak  <ubizjak@gmail.com>
 
        * dwarf2out.c (field_byte_offset): Remove
index cfb0258..ade9a60 100644 (file)
@@ -93,7 +93,7 @@ do {                                                                  \
 -many"
 
 #undef ASM_DEFAULT_SPEC
-#define ASM_DEFAULT_SPEC "-mpwr4"
+#define ASM_DEFAULT_SPEC "-mpwr7"
 
 #undef TARGET_OS_CPP_BUILTINS
 #define TARGET_OS_CPP_BUILTINS()     \