* config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.

From-SVN: r66855
This commit is contained in:
Roger Sayle 2003-05-16 02:15:00 +00:00 committed by Roger Sayle
parent 10d6c0d042
commit ad14dc5c45
2 changed files with 5 additions and 1 deletions

View 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.

View 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. */