aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2003-06-04 19:01:54 +0000
committerJakub Jelinek <jakub@gcc.gnu.org>2003-06-04 21:01:54 +0200
commit9dce39a4e3b4b670e60d4aacea578f3967d26b02 (patch)
tree4103e7497d1b540fb938962ae83bbb4bb7416dff /gcc
parentad929cd5abf9517ace7ecfec9e3f51cdb7c8252f (diff)
downloadgcc-9dce39a4e3b4b670e60d4aacea578f3967d26b02.zip
gcc-9dce39a4e3b4b670e60d4aacea578f3967d26b02.tar.gz
gcc-9dce39a4e3b4b670e60d4aacea578f3967d26b02.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/darwin.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b503f8d..8fab6e1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h
index 478b9a6..30b10da2 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