aix52.h (ASM_CPU_SPEC): Fix typo.

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
This commit is contained in:
Segher Boessenkool 2012-08-16 03:00:05 +02:00 committed by Segher Boessenkool
parent 1e9aaffbe3
commit 687e9f1f2b
5 changed files with 11 additions and 4 deletions

View 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

View 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} \

View 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} \

View 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} \

View 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" },