+2015-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): fix
+ ternary operator in fprintf and harmonize spacing.
+
2015-04-24 Uros Bizjak <ubizjak@gmail.com>
* config/i386/sse.md (*vec_concatv2sf_sse4_1): Do not allow both
\
ASM_OUTPUT_ALIGN (FILE, floor_log2 (ALIGN / BITS_PER_UNIT)); \
ASM_OUTPUT_LABEL (FILE, NAME); \
- fprintf (FILE, "\t.space\t%d\n", SIZE ? (int)(SIZE) : 1); \
+ fprintf (FILE, "\t.space\t%d\n", SIZE ? (int) SIZE : 1); \
fprintf (FILE, "\t.size\t%s, %d\n", \
- NAME, SIZE ? (int) SIZE, 1); \
+ NAME, SIZE ? (int) SIZE : 1); \
} \
while (0)