2004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
PR target/18964
* config/darwin.c (darwin_assemble_visibility): Fix minor diadnostic
problem, adding a space at the end of the string before concatenation.
From-SVN: r92100
+2004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR target/18964
+ * config/darwin.c (darwin_assemble_visibility): Fix minor diadnostic
+ problem, adding a space at the end of the string before concatenation.
+
2004-12-13 Kazu Hirata <kazu@cs.umass.edu>
* c-common.c (fname_as_string): Free namep if we are returning
fputs ("\n", asm_out_file);
}
else
- warning ("internal and protected visibility attributes not supported"
+ warning ("internal and protected visibility attributes not supported "
"in this configuration; ignored");
}