clang fix

Index: sources/tools/gcc/config/msp430/msp430.c
--- sources/tools/gcc/config/msp430/msp430.c.orig
+++ sources/tools/gcc/config/msp430/msp430.c
@@ -1667,7 +1667,7 @@ msp430_output_aligned_decl_common (FILE *             
     {
       fprintf (stream, COMMON_ASM_OP);
       assemble_name (stream, name);
-      fprintf (stream, ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n",
+      fprintf (stream, "," HOST_WIDE_INT_PRINT_UNSIGNED ",%u\n",
 	       size, align / BITS_PER_UNIT);
     }
   else
@@ -2209,7 +2209,7 @@ static struct
 }
   const_shift_helpers[] =
 {
-#define CSH(N,C,X,G) { "__mspabi_"N, C, X, gen_##G }
+#define CSH(N,C,X,G) { "__mspabi_" N, C, X, gen_##G }
 
   CSH ("slli", 1, 1, slli_1),
   CSH ("slll", 1, 1, slll_1),
