$OpenBSD: patch-gcc_config_darwin9_h,v 1.1.1.1 2020/03/12 15:05:20 tracey Exp $

Index: gcc/config/darwin9.h
--- gcc/config/darwin9.h.orig
+++ gcc/config/darwin9.h
@@ -54,7 +54,7 @@ along with GCC; see the file COPYING3.  If not see
     fprintf ((FILE), "\t.comm ");						\
     assemble_name ((FILE), (NAME));					\
     if (_new_size == 0) _new_size = 1;					\
-    fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n",		\
+    fprintf ((FILE), "," HOST_WIDE_INT_PRINT_UNSIGNED",%u\n",		\
 	     _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT));		\
   } while (0)
 
