Commit 800d16e9 by Segher Boessenkool Committed by Segher Boessenkool

aix43.h (ASM_CPU_SPEC): Use %(asm_default) instead of -mppc.

2012-08-15  Segher Boessenkool  <segher@kernel.crashing.org>

gcc/
        * config/rs6000/aix43.h (ASM_CPU_SPEC): Use %(asm_default)
        instead of -mppc.
        * config/rs6000/aix51.h (ASM_CPU_SPEC): Ditto.

From-SVN: r190433
parent 6b39bc38
2012-08-15 Segher Boessenkool <segher@kernel.crashing.org> 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/aix43.h (ASM_CPU_SPEC): Use %(asm_default)
instead of -mppc.
* config/rs6000/aix51.h (ASM_CPU_SPEC): Ditto.
2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/aix43.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS. * config/rs6000/aix43.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.
(RS6000_CALL_GLUE): Adjust for single assembler syntax. (RS6000_CALL_GLUE): Adjust for single assembler syntax.
* config/rs6000/aix51.h (TARGET_DEFAULT, RS6000_CALL_GLUE): * config/rs6000/aix51.h (TARGET_DEFAULT, RS6000_CALL_GLUE):
......
...@@ -49,7 +49,7 @@ do { \ ...@@ -49,7 +49,7 @@ do { \
#undef ASM_CPU_SPEC #undef ASM_CPU_SPEC
#define ASM_CPU_SPEC \ #define ASM_CPU_SPEC \
"%{!mcpu*: %{!maix64: \ "%{!mcpu*: %{!maix64: \
%{!mpowerpc64: -mppc} \ %{!mpowerpc64: %(asm_default)} \
%{mpowerpc64: -mppc64}}} \ %{mpowerpc64: -mppc64}}} \
%{mcpu=power3: -m620} \ %{mcpu=power3: -m620} \
%{mcpu=power4: -m620} \ %{mcpu=power4: -m620} \
......
...@@ -43,7 +43,7 @@ do { \ ...@@ -43,7 +43,7 @@ do { \
#undef ASM_CPU_SPEC #undef ASM_CPU_SPEC
#define ASM_CPU_SPEC \ #define ASM_CPU_SPEC \
"%{!mcpu*: %{!maix64: \ "%{!mcpu*: %{!maix64: \
%{!mpowerpc64: -mppc} \ %{!mpowerpc64: %(asm_default)} \
%{mpowerpc64: -mppc64}}} \ %{mpowerpc64: -mppc64}}} \
%{mcpu=power3: -m620} \ %{mcpu=power3: -m620} \
%{mcpu=power4: -m620} \ %{mcpu=power4: -m620} \
......
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