OSDN Git Service

* config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jun 2003 19:01:54 +0000 (19:01 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jun 2003 19:01:54 +0000 (19:01 +0000)
Remove semi-colon at the end of the expression.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67459 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b503f8d..8fab6e1 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 478b9a6..30b10da 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