From: Segher Boessenkool Date: Thu, 16 Aug 2012 01:00:05 +0000 (+0200) Subject: aix52.h (ASM_CPU_SPEC): Fix typo. X-Git-Tag: misc/gccgo-go1_1_2~1361 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=687e9f1f2b232fa96c4aa5fa057cc9b4f080f3f7;p=thirdparty%2Fgcc.git aix52.h (ASM_CPU_SPEC): Fix typo. 2012-08-15 Segher Boessenkool 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 62d4617b41ba..1ff2a46ccc12 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2012-08-15 Segher Boessenkool + + * 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 PR target/54142 diff --git a/gcc/config/rs6000/aix52.h b/gcc/config/rs6000/aix52.h index 206b9fea08f5..eeeb820c6c0e 100644 --- a/gcc/config/rs6000/aix52.h +++ b/gcc/config/rs6000/aix52.h @@ -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} \ diff --git a/gcc/config/rs6000/aix53.h b/gcc/config/rs6000/aix53.h index 44ad5cf020f9..dac0ce0f3ce0 100644 --- a/gcc/config/rs6000/aix53.h +++ b/gcc/config/rs6000/aix53.h @@ -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} \ diff --git a/gcc/config/rs6000/aix61.h b/gcc/config/rs6000/aix61.h index 1000e112caf9..0518d44b502f 100644 --- a/gcc/config/rs6000/aix61.h +++ b/gcc/config/rs6000/aix61.h @@ -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} \ diff --git a/gcc/config/rs6000/driver-rs6000.c b/gcc/config/rs6000/driver-rs6000.c index e6c7da1c9c02..36fc27d5f627 100644 --- a/gcc/config/rs6000/driver-rs6000.c +++ b/gcc/config/rs6000/driver-rs6000.c @@ -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" },