mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 18:11:15 +08:00
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:
parent
3bed147cfe
commit
9940eedb50
@ -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
|
||||
|
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user