ports/devel/mingw32-gcc/files/patch-gcc_config_picochip_picochip.c
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
433 B
C

--- gcc/config/picochip/picochip.c.orig 2013-01-10 20:38:27 UTC
+++ gcc/config/picochip/picochip.c
@@ -1701,7 +1701,7 @@ void
picochip_asm_output_anchor (rtx symbol)
{
fprintf (asm_out_file, ".offsetData _%s, ",XSTR (symbol, 0));
- fprintf (asm_out_file, "+ " HOST_WIDE_INT_PRINT_DEC"\n",SYMBOL_REF_BLOCK_OFFSET(symbol));
+ fprintf (asm_out_file, "+ " HOST_WIDE_INT_PRINT_DEC "\n",SYMBOL_REF_BLOCK_OFFSET(symbol));
}
void