[powerpcspe] Remove semicolon after do {} while (0) in SUBTARGET_OVERRIDE_OPTIONS
authorTom de Vries <tom@codesourcery.com>
Tue, 7 Nov 2017 11:00:46 +0000 (11:00 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Tue, 7 Nov 2017 11:00:46 +0000 (11:00 +0000)
2017-11-07  Tom de Vries  <tom@codesourcery.com>

* config/powerpcspe/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
semicolon after "do {} while (0)".
* config/powerpcspe/aix51.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
* config/powerpcspe/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
* config/powerpcspe/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
* config/powerpcspe/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
* config/powerpcspe/aix71.h (SUBTARGET_OVERRIDE_OPTIONS): Same.

From-SVN: r254493

gcc/ChangeLog
gcc/config/powerpcspe/aix43.h
gcc/config/powerpcspe/aix51.h
gcc/config/powerpcspe/aix52.h
gcc/config/powerpcspe/aix53.h
gcc/config/powerpcspe/aix61.h
gcc/config/powerpcspe/aix71.h

index f8ac049..4b4706b 100644 (file)
@@ -1,5 +1,15 @@
 2017-11-07  Tom de Vries  <tom@codesourcery.com>
 
+       * config/powerpcspe/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
+       semicolon after "do {} while (0)".
+       * config/powerpcspe/aix51.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
+       * config/powerpcspe/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
+       * config/powerpcspe/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
+       * config/powerpcspe/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
+       * config/powerpcspe/aix71.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
+
+2017-11-07  Tom de Vries  <tom@codesourcery.com>
+
        * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Remove semicolon
        after "do {} while (0)".
        * config/rs6000/aix51.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
index d61956d..bd8a2c0 100644 (file)
@@ -39,7 +39,7 @@ do {                                                                  \
     {                                                                  \
       error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \
     }                                                                  \
-} while (0);
+} while (0)
 
 #undef ASM_SPEC
 #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)"
index af7e38e..e9f88df 100644 (file)
@@ -33,7 +33,7 @@ do {                                                                  \
     {                                                                  \
       error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \
     }                                                                  \
-} while (0);
+} while (0)
 
 #undef ASM_SPEC
 #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)"
index 35d2286..eade64c 100644 (file)
@@ -39,7 +39,7 @@ do {                                                                  \
     {                                                                  \
       error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \
     }                                                                  \
-} while (0);
+} while (0)
 
 #undef ASM_SPEC
 #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)"
index a1fbd83..b16488b 100644 (file)
@@ -39,7 +39,7 @@ do {                                                                  \
     {                                                                  \
       error ("-maix64 required: 64-bit computation with 32-bit addressing not yet supported"); \
     }                                                                  \
-} while (0);
+} while (0)
 
 #undef ASM_SPEC
 #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)"
index 0b61505..25fcb62 100644 (file)
@@ -56,7 +56,7 @@ do {                                                                  \
     {                                                                  \
       rs6000_current_cmodel = CMODEL_LARGE;                            \
     }                                                                  \
-} while (0);
+} while (0)
 
 #undef ASM_SPEC
 #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)"
index 4b986d6..3b8de89 100644 (file)
@@ -56,7 +56,7 @@ do {                                                                  \
     {                                                                  \
       rs6000_current_cmodel = CMODEL_LARGE;                            \
     }                                                                  \
-} while (0);
+} while (0)
 
 #undef ASM_SPEC
 #define ASM_SPEC "-u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)"