]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/sparc/sol2.h
bitmap.c, [...]: Add space between string literal and macro name.
[thirdparty/gcc.git] / gcc / config / sparc / sol2.h
index 5a2144261c464009e67adf0592c64b038751ebc8..c169e7c69aa9e6f3e5f7fcec7afc8c0659f6ee9f 100644 (file)
@@ -359,7 +359,7 @@ extern const char *host_detect_local_cpu (int argc, const char **argv);
        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);                        \
     }                                                                  \
   while (0)