2012-08-15  Segher Boessenkool  <segher@kernel.crashing.org>
gcc/
        * config/rs6000/aix52.h (ASM_CPU_SPEC): Fix typo.
        * config/rs6000/aix53.h (ASM_CPU_SPEC): Ditto.
        * config/rs6000/aix61.h (ASM_CPU_SPEC): Ditto.
        * config/rs6000/driver-rs6000.c (asm_names): Ditto.
From-SVN: r190428
+2012-08-15  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * config/rs6000/aix52.h (ASM_CPU_SPEC): Fix typo.
+       * config/rs6000/aix53.h (ASM_CPU_SPEC): Ditto.
+       * config/rs6000/aix61.h (ASM_CPU_SPEC): Ditto.
+       * config/rs6000/driver-rs6000.c (asm_names): Ditto.
+
 2012-08-15  Segher Boessenkool  <segher@kernel.crashing.org>
 
        PR target/54142
 
 #define ASM_CPU_SPEC \
 "%{!mcpu*: %{!maix64: \
   %{mpowerpc64: -mppc64} \
-  %{!mpower64: %(asm_default)}}} \
+  %{!mpowerpc64: %(asm_default)}}} \
 %{mcpu=power3: -m620} \
 %{mcpu=power4: -m620} \
 %{mcpu=power5: -m620} \
 
 "%{!mcpu*: %{!maix64: \
   %{mpowerpc64: -mppc64} \
   %{maltivec: -m970} \
-  %{!maltivec: %{!mpower64: %(asm_default)}}}} \
+  %{!maltivec: %{!mpowerpc64: %(asm_default)}}}} \
 %{mcpu=native: %(asm_cpu_native)} \
 %{mcpu=power3: -m620} \
 %{mcpu=power4: -mpwr4} \
 
 "%{!mcpu*: %{!maix64: \
   %{mpowerpc64: -mppc64} \
   %{maltivec: -m970} \
-  %{!maltivec: %{!mpower64: %(asm_default)}}}} \
+  %{!maltivec: %{!mpowerpc64: %(asm_default)}}}} \
 %{mcpu=native: %(asm_cpu_native)} \
 %{mcpu=power3: -m620} \
 %{mcpu=power4: -mpwr4} \
 
 %{!maix64: \
 %{mpowerpc64: -mppc64} \
 %{maltivec: -m970} \
-%{!maltivec: %{!mpower64: %(asm_default)}}}" },
+%{!maltivec: %{!mpowerpc64: %(asm_default)}}}" },
 
 #else
   { "common",  "-mcom" },