Commit ef6748cb by Mark Mitchell Committed by Mark Mitchell

* toplev.c (rest_of_decl_compilation): Update comment.

From-SVN: r29651
parent f39ee884
Fri Sep 24 01:10:11 1999 Mark Mitchell <mark@codesourcery.com>
* toplev.c (rest_of_decl_compilation): Update comment.
Fri Sep 24 11:57:06 1999 Geoffrey Keating <geoffk@cygnus.com> Fri Sep 24 11:57:06 1999 Geoffrey Keating <geoffk@cygnus.com>
* config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Put the symbol * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Put the symbol
......
...@@ -3406,9 +3406,11 @@ compile_file (name) ...@@ -3406,9 +3406,11 @@ compile_file (name)
/* This is called from various places for FUNCTION_DECL, VAR_DECL, /* This is called from various places for FUNCTION_DECL, VAR_DECL,
and TYPE_DECL nodes. and TYPE_DECL nodes.
This does nothing for local (non-static) variables. This does nothing for local (non-static) variables, unless the
Otherwise, it sets up the RTL and outputs any assembler code variable is a register variable with an ASMSPEC. In that case, or
(label definition, storage allocation and initialization). if the variable is not an automatice, it sets up the RTL and
outputs any assembler code (label definition, storage allocation
and initialization).
DECL is the declaration. If ASMSPEC is nonzero, it specifies DECL is the declaration. If ASMSPEC is nonzero, it specifies
the assembler symbol name to be used. TOP_LEVEL is nonzero the assembler symbol name to be used. TOP_LEVEL is nonzero
......
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