Commit 9940eedb by Andrew Pinski Committed by Andrew Pinski

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
parent 3bed147c
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> 2004-12-13 Kazu Hirata <kazu@cs.umass.edu>
* c-common.c (fname_as_string): Free namep if we are returning * c-common.c (fname_as_string): Free namep if we are returning
......
...@@ -1329,7 +1329,7 @@ darwin_assemble_visibility (tree decl, int vis) ...@@ -1329,7 +1329,7 @@ darwin_assemble_visibility (tree decl, int vis)
fputs ("\n", asm_out_file); fputs ("\n", asm_out_file);
} }
else else
warning ("internal and protected visibility attributes not supported" warning ("internal and protected visibility attributes not supported "
"in this configuration; ignored"); "in this configuration; ignored");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment