blob: 8541f6f61b93cff0873f32bed33cde60b9d78f2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gcc/config/mips/mips.h.orig 2013-02-25 13:53:16 UTC
+++ gcc/config/mips/mips.h
@@ -2694,7 +2694,7 @@ do { \
#undef ASM_OUTPUT_SKIP
#define ASM_OUTPUT_SKIP(STREAM,SIZE) \
- fprintf (STREAM, "\t.space\t"HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE))
+ fprintf (STREAM, "\t.space\t" HOST_WIDE_INT_PRINT_UNSIGNED "\n", (SIZE))
/* This is how to output a string. */
#undef ASM_OUTPUT_ASCII
|