diff options
Diffstat (limited to 'devel/mingw32-gcc/files/patch-gcc_config_lm32_lm32.h')
-rw-r--r-- | devel/mingw32-gcc/files/patch-gcc_config_lm32_lm32.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/mingw32-gcc/files/patch-gcc_config_lm32_lm32.h b/devel/mingw32-gcc/files/patch-gcc_config_lm32_lm32.h new file mode 100644 index 000000000000..9208446e8947 --- /dev/null +++ b/devel/mingw32-gcc/files/patch-gcc_config_lm32_lm32.h @@ -0,0 +1,11 @@ +--- gcc/config/lm32/lm32.h.orig 2013-01-10 20:38:27 UTC ++++ gcc/config/lm32/lm32.h +@@ -438,7 +438,7 @@ do \ + switch_to_section (bss_section); \ + fprintf ((FILE), "%s", 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), (ALIGN) / BITS_PER_UNIT); \ + } \ + } \ |