(IN_NAMED_SECTION): New macro.
authorDoug Evans <dje@gnu.org>
Thu, 17 Feb 1994 22:51:33 +0000 (22:51 +0000)
committerDoug Evans <dje@gnu.org>
Thu, 17 Feb 1994 22:51:33 +0000 (22:51 +0000)
commit8a425a0576be561c824efe7be6e77eda35a31e08
treee8119e03dcb7c51707e70f757eb57e908ccc618b
parent868e87899b12b97b41c5ecddb2cbf57c7da2cfe1
(IN_NAMED_SECTION): New macro.

(named_section): New function.
(enum in_section): New value `in_named'.
(in_named_name): New global.
(make_function_rtl, make_decl_rtl, output_constant_def): Fix comment
regarding ASM_OUTPUT_LABELREF.
(make_decl_rtl): Warn if section attribute used with uninitialized
variable declaration.
(assemble_start_function, assemble_variable, output_constant_def):
Change to named section if given.

From-SVN: r6585
gcc/varasm.c