* config/mips/mips.h (ASM_OUTPUT_ALIGN): Remove trailing semi-colon.
authorGavin Koch <gavin@cygnus.com>
Tue, 12 May 1998 08:46:52 +0000 (08:46 +0000)
committerGavin Romig-Koch <gavin@gcc.gnu.org>
Tue, 12 May 1998 08:46:52 +0000 (08:46 +0000)
From-SVN: r19698

gcc/ChangeLog
gcc/config/mips/mips.h

index ef57271950f541947d32548ccfe27ef4c5b64c59..09c6c02d27b7b3621b5d1296930dad0f4fc32b1d 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 12 11:44:14 1998  Gavin Koch  <gavin@cygnus.com>
+
+       * config/mips/mips.h (ASM_OUTPUT_ALIGN): Remove trailing semi-colon.
+
 Tue May 12 11:38:31 1998  Gavin Koch  <gavin@cygnus.com>
 
        * config/mips/mips.md (dslot): Move after definition of "cpu"
index f8907e5d6a4e4862ab0f3b904c64389f89a74d0a..78751e6fa97bb55e1b16d8102782ff03fdaa9e14 100644 (file)
@@ -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.  */