]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
darwin.h (RS6000_OUTPUT_BASENAME): Remove semi-colon at the end of the expression.
authorAndrew Pinski <pinskia@physics.uc.edu>
Wed, 4 Jun 2003 19:01:54 +0000 (19:01 +0000)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 4 Jun 2003 19:01:54 +0000 (21:01 +0200)
* config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
Remove semi-colon at the end of the expression.

From-SVN: r67459

gcc/ChangeLog
gcc/config/rs6000/darwin.h

index b503f8d6efc83dc679b4495c682776734da803ba..8fab6e198f90d0e9cbd82e7740bb3a99bd32123f 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-04  Andrew Pinski <pinskia@physics.uc.edu>
+
+       * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
+       Remove semi-colon at the end of the expression.
+
 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * i370.c (mvs_function_name_length): Fix signed/unsigned warnings. 
index 478b9a6176ba876d342b4edbc43c7eacf13ddfd2..30b10da257e00c7b395226bb802111c9ad4602d1 100644 (file)
@@ -142,7 +142,7 @@ do {                                                                        \
 
 #undef  RS6000_OUTPUT_BASENAME
 #define RS6000_OUTPUT_BASENAME(FILE, NAME)     \
-    assemble_name (FILE, NAME);
+    assemble_name (FILE, NAME)
 
 /* Globalizing directive for a label.  */
 #undef GLOBAL_ASM_OP