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
This commit is contained in:
parent
ad929cd5ab
commit
9dce39a4e3
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user