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

Index: gcc/config/darwin.h
--- gcc/config/darwin.h.orig
+++ gcc/config/darwin.h
@@ -532,7 +532,7 @@ extern GTY(()) int darwin_ms_struct;
 #define TARGET_ASM_LTO_END darwin_asm_lto_end
 
 #define ASM_OUTPUT_SKIP(FILE,SIZE)  \
-  fprintf (FILE, "\t.space "HOST_WIDE_INT_PRINT_UNSIGNED"\n", SIZE)
+  fprintf (FILE, "\t.space " HOST_WIDE_INT_PRINT_UNSIGNED"\n", SIZE)
 
 /* Give ObjC methods pretty symbol names.  */
 
