Commit 621d0992 by David Edelsohn

Fix typo.

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