Commit d36d70cc by Richard Kenner

(assemble_variable): Update comment.

From-SVN: r3620
parent b238f8de
...@@ -707,8 +707,9 @@ assemble_variable (decl, top_level, at_end) ...@@ -707,8 +707,9 @@ assemble_variable (decl, top_level, at_end)
return; return;
} }
/* Normally no need to say anything for external references, /* Normally no need to say anything here for external references,
since assembler considers all undefined symbols external. */ since assemble_external is called by the langauge-specific code
when a declaration is first seen. */
if (DECL_EXTERNAL (decl)) if (DECL_EXTERNAL (decl))
return; return;
......
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