ports/devel/mingw32-gcc/files/patch-gcc_config_mips_mips.h
Stephen Montgomery-Smith 0816ffb03a - Patches so that it builds with clang-6.
PR:		ports/229662
Submitted by:	stephen@FreeBSD.org
2018-07-10 21:13:45 +00:00

11 lines
407 B
C

--- 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