]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aix52.h (ASM_CPU_SPEC): Fix typo.
authorSegher Boessenkool <segher@kernel.crashing.org>
Thu, 16 Aug 2012 01:00:05 +0000 (03:00 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Thu, 16 Aug 2012 01:00:05 +0000 (03:00 +0200)
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

gcc/ChangeLog
gcc/config/rs6000/aix52.h
gcc/config/rs6000/aix53.h
gcc/config/rs6000/aix61.h
gcc/config/rs6000/driver-rs6000.c

index 62d4617b41bac919a23f5f058b97b1022ab22d10..1ff2a46ccc1232232ca2b8e5b509598c0d0232ae 100644 (file)
@@ -1,3 +1,10 @@
+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
index 206b9fea08f52492dd001ca6e9395029a59fb768..eeeb820c6c0e1794ac5396b90b67282c0c21dc1b 100644 (file)
@@ -50,7 +50,7 @@ do {                                                                  \
 #define ASM_CPU_SPEC \
 "%{!mcpu*: %{!maix64: \
   %{mpowerpc64: -mppc64} \
-  %{!mpower64: %(asm_default)}}} \
+  %{!mpowerpc64: %(asm_default)}}} \
 %{mcpu=power3: -m620} \
 %{mcpu=power4: -m620} \
 %{mcpu=power5: -m620} \
index 44ad5cf020f925737be1f9690c3f1f8dae45c424..dac0ce0f3ce03a05ba8637c5681bca82fe8b9f29 100644 (file)
@@ -53,7 +53,7 @@ do {                                                                  \
 "%{!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} \
index 1000e112caf9548f41c7ad2e7f545d2182e3e5d6..0518d44b502f413e85432ffaae570b6ad885f9cc 100644 (file)
@@ -53,7 +53,7 @@ do {                                                                  \
 "%{!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} \
index e6c7da1c9c0268c3b439954e76e7defea250ec51..36fc27d5f62769b4654b9787cc0358ac6ae261cc 100644 (file)
@@ -368,7 +368,7 @@ static const struct asm_name asm_names[] = {
 %{!maix64: \
 %{mpowerpc64: -mppc64} \
 %{maltivec: -m970} \
-%{!maltivec: %{!mpower64: %(asm_default)}}}" },
+%{!maltivec: %{!mpowerpc64: %(asm_default)}}}" },
 
 #else
   { "common",  "-mcom" },