$OpenBSD: patch-gcc_config_mips_mips_h,v 1.2 2020/04/05 21:55:01 tracey Exp $

Index: gcc/config/mips/mips.h
--- gcc/config/mips/mips.h.orig
+++ gcc/config/mips/mips.h
@@ -2910,7 +2910,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
