varasm.c (enum in_section): Define in_bss if BSS_SECTION_ASM_OP is defined.
authorDoug Evans <dje@gnu.org>
Thu, 29 Feb 1996 02:53:44 +0000 (02:53 +0000)
committerDoug Evans <dje@gnu.org>
Thu, 29 Feb 1996 02:53:44 +0000 (02:53 +0000)
commite58870339c53952fe27de1fad0ffc194703c2edf
treebeebba16adf57d011a32c04a4f5e85b0eaf867c8
parent58b57c2c7045c0db32a3e1d3c3eb8f40040ebcc7
varasm.c (enum in_section): Define in_bss if BSS_SECTION_ASM_OP is defined.

* varasm.c (enum in_section): Define in_bss if BSS_SECTION_ASM_OP
is defined.
(bss_section,asm_output_bss,asm_output_aligned_bss): New functions.
(assemble_variable): Delete redundant test for too large an object.
Rewrite test for uninitialized variables.  Use new macros
ASM_OUTPUT{,_ALIGNED}_BSS if defined to output global uninitialized
but not common variables.

From-SVN: r11364
gcc/varasm.c