re PR target/18964 (Typo in visibility warning message)

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
This commit is contained in:
Andrew Pinski 2004-12-13 19:42:02 +00:00 committed by Andrew Pinski
parent 3bed147cfe
commit 9940eedb50
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -1329,7 +1329,7 @@ darwin_assemble_visibility (tree decl, int vis)
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");
}