* config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
authorRoger Sayle <roger@eyesopen.com>
Fri, 16 May 2003 02:15:00 +0000 (02:15 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 16 May 2003 02:15:00 +0000 (02:15 +0000)
From-SVN: r66855

gcc/ChangeLog
gcc/config/alpha/alpha.h

index a8f77d500e01c2173eb0d7e5aa76496bd6c9d2bb..7a8beebd9118d98dcaf36f61adba70c69cd43a92 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-15  Roger Sayle  <roger@eyesopen.com>
+
+       * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
+
 2003-05-15  Eric Christopher  <echristo@redhat.com>
 
        * cfgcleanup.c (merge_blocks): Fix return value.
index 0e194a6d3dc5325abe5ca225df0d6d89beb7283c..6b887a19151744c58c75ddea16c71ad6f5aac36a 100644 (file)
@@ -1619,7 +1619,7 @@ do {                                              \
 /* This is how to advance the location counter by SIZE bytes.  */
 
 #define ASM_OUTPUT_SKIP(FILE,SIZE)  \
-  fprintf (FILE, "\t.space "HOST_WIDE_INT_PRINT_UNSIGNED"%d\n", (SIZE))
+  fprintf (FILE, "\t.space "HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE))
 
 /* This says how to output an assembler line
    to define a global common symbol.  */