aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/lm32/lm32.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/lm32/lm32.h')
-rw-r--r--gcc/config/lm32/lm32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/lm32/lm32.h b/gcc/config/lm32/lm32.h
index 04ff7c8..d284703 100644
--- a/gcc/config/lm32/lm32.h
+++ b/gcc/config/lm32/lm32.h
@@ -437,7 +437,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); \
} \
} \