From: Andrew Pinski Date: Wed, 4 Jun 2003 19:01:54 +0000 (+0000) Subject: darwin.h (RS6000_OUTPUT_BASENAME): Remove semi-colon at the end of the expression. X-Git-Tag: releases/gcc-3.4.0~6161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9dce39a4e3b4b670e60d4aacea578f3967d26b02;p=thirdparty%2Fgcc.git darwin.h (RS6000_OUTPUT_BASENAME): Remove semi-colon at the end of the expression. * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME): Remove semi-colon at the end of the expression. From-SVN: r67459 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b503f8d6efc8..8fab6e198f90 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-06-04 Andrew Pinski + + * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME): + Remove semi-colon at the end of the expression. + 2003-06-04 Kaveh R. Ghazi * i370.c (mvs_function_name_length): Fix signed/unsigned warnings. diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index 478b9a6176ba..30b10da257e0 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -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