Commit 687e9f1f by Segher Boessenkool Committed by Segher Boessenkool

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
parent 1e9aaffb
2012-08-15 Segher Boessenkool <segher@kernel.crashing.org> 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 PR target/54142
* config/rs6000/driver-rs6000.c (asm_names): Use %(asm_default) * config/rs6000/driver-rs6000.c (asm_names): Use %(asm_default)
instead of -mcom. instead of -mcom.
......
...@@ -50,7 +50,7 @@ do { \ ...@@ -50,7 +50,7 @@ do { \
#define ASM_CPU_SPEC \ #define ASM_CPU_SPEC \
"%{!mcpu*: %{!maix64: \ "%{!mcpu*: %{!maix64: \
%{mpowerpc64: -mppc64} \ %{mpowerpc64: -mppc64} \
%{!mpower64: %(asm_default)}}} \ %{!mpowerpc64: %(asm_default)}}} \
%{mcpu=power3: -m620} \ %{mcpu=power3: -m620} \
%{mcpu=power4: -m620} \ %{mcpu=power4: -m620} \
%{mcpu=power5: -m620} \ %{mcpu=power5: -m620} \
......
...@@ -53,7 +53,7 @@ do { \ ...@@ -53,7 +53,7 @@ do { \
"%{!mcpu*: %{!maix64: \ "%{!mcpu*: %{!maix64: \
%{mpowerpc64: -mppc64} \ %{mpowerpc64: -mppc64} \
%{maltivec: -m970} \ %{maltivec: -m970} \
%{!maltivec: %{!mpower64: %(asm_default)}}}} \ %{!maltivec: %{!mpowerpc64: %(asm_default)}}}} \
%{mcpu=native: %(asm_cpu_native)} \ %{mcpu=native: %(asm_cpu_native)} \
%{mcpu=power3: -m620} \ %{mcpu=power3: -m620} \
%{mcpu=power4: -mpwr4} \ %{mcpu=power4: -mpwr4} \
......
...@@ -53,7 +53,7 @@ do { \ ...@@ -53,7 +53,7 @@ do { \
"%{!mcpu*: %{!maix64: \ "%{!mcpu*: %{!maix64: \
%{mpowerpc64: -mppc64} \ %{mpowerpc64: -mppc64} \
%{maltivec: -m970} \ %{maltivec: -m970} \
%{!maltivec: %{!mpower64: %(asm_default)}}}} \ %{!maltivec: %{!mpowerpc64: %(asm_default)}}}} \
%{mcpu=native: %(asm_cpu_native)} \ %{mcpu=native: %(asm_cpu_native)} \
%{mcpu=power3: -m620} \ %{mcpu=power3: -m620} \
%{mcpu=power4: -mpwr4} \ %{mcpu=power4: -mpwr4} \
......
...@@ -368,7 +368,7 @@ static const struct asm_name asm_names[] = { ...@@ -368,7 +368,7 @@ static const struct asm_name asm_names[] = {
%{!maix64: \ %{!maix64: \
%{mpowerpc64: -mppc64} \ %{mpowerpc64: -mppc64} \
%{maltivec: -m970} \ %{maltivec: -m970} \
%{!maltivec: %{!mpower64: %(asm_default)}}}" }, %{!maltivec: %{!mpowerpc64: %(asm_default)}}}" },
#else #else
{ "common", "-mcom" }, { "common", "-mcom" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment