This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

mips.h (ASM_OUTPUT_ALIGN): trailing semi-colon?



OK to push?

                        -gavin...

	* config/mips/mips.h (ASM_OUTPUT_ALIGN): Remove trailing semi-colon.


Index: mips.h
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/config/mips/mips.h,v
retrieving revision 1.25
diff -u -p -r1.25 mips.h
--- mips.h	1998/05/06 21:07:49	1.25
+++ mips.h	1998/05/08 16:16:05
@@ -4215,7 +4215,7 @@ do {									\
    to a multiple of 2**LOG bytes.  */
 
 #define ASM_OUTPUT_ALIGN(STREAM,LOG)					\
-  fprintf (STREAM, "\t.align\t%d\n", (LOG));
+  fprintf (STREAM, "\t.align\t%d\n", (LOG))
 
 /* This is how to output an assembler line to advance the location
    counter by SIZE bytes.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]