opnsense-ports/devel/arm-none-eabi-gcc492/files/patch-gcc_defaults.h
Franco Fichtner 2b275ff7bc */*: sync with upstream
Taken from: HardenedBSD
2018-07-13 22:49:27 +02:00

11 lines
469 B
C

--- gcc/defaults.h.orig 2014-01-02 22:23:26 UTC
+++ gcc/defaults.h
@@ -123,7 +123,7 @@ see the files COPYING3 and COPYING.RUNTI
{ \
fprintf ((FILE), "\t%s\t", TLS_COMMON_ASM_OP); \
assemble_name ((FILE), (NAME)); \
- fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \
+ fprintf ((FILE), "," HOST_WIDE_INT_PRINT_UNSIGNED ",%u\n", \
(SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
} \
while (0)