Commit 621d0992 by David Edelsohn

Fix typo.

From-SVN: r241932
parent 8d91472f
......@@ -35612,14 +35612,14 @@ rs6000_asm_weaken_decl (FILE *stream, tree decl,
{
if (TARGET_XCOFF)
fputs ("[DS]", stream);
#if HAVE_GAS_HIDDEN
#if TARGET_XCOFF && HAVE_GAS_HIDDEN
if (TARGET_XCOFF)
fputs (rs6000_xcoff_visibility (decl), stream);
#endif
fputs ("\n\t.weak\t.", stream);
RS6000_OUTPUT_BASENAME (stream, name);
}
#if HAVE_GAS_HIDDEN
#if TARGET_XCOFF && HAVE_GAS_HIDDEN
if (TARGET_XCOFF)
fputs (rs6000_xcoff_visibility (decl), stream);
#endif
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