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

Index: gcc/config/s390/s390.h
--- gcc/config/s390/s390.h.orig
+++ gcc/config/s390/s390.h
@@ -863,7 +863,7 @@ do {									\
 
 /* Advance the location counter by SIZE bytes.  */
 #define ASM_OUTPUT_SKIP(FILE, SIZE) \
-  fprintf ((FILE), "\t.set\t.,.+"HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE))
+  fprintf ((FILE), "\t.set\t.,.+" HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE))
 
 /* The LOCAL_LABEL_PREFIX variable is used by dbxelf.h.  */
 #define LOCAL_LABEL_PREFIX "."
