From 9dce39a4e3b4b670e60d4aacea578f3967d26b02 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Wed, 4 Jun 2003 19:01:54 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/config/rs6000/darwin.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.47.3