re PR c++/8333 (c++ emits double .globals for symbols [ regression from 3.0.4 ])

PR c++/8333
	* varasm.c (asm_output_aligned_bss): Do not call
	ASM_GLOBALIZE_LABEL.

From-SVN: r58658
This commit is contained in:
Mark Mitchell 2002-10-30 19:23:27 +00:00 committed by Mark Mitchell
parent 1c4048ca8d
commit 9b5b7e3a8f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2002-10-30 Mark Mitchell <mark@codesourcery.com>
PR c++/8333
* varasm.c (asm_output_aligned_bss): Do not call
ASM_GLOBALIZE_LABEL.
2002-10-30 David Edelsohn <edelsohn@gnu.org>
Torbjorn Granlund <tege@swox.com>

View File

@ -535,7 +535,6 @@ asm_output_aligned_bss (file, decl, name, size, align)
const char *name;
int size, align;
{
(*targetm.asm_out.globalize_label) (file, name);
bss_section ();
ASM_OUTPUT_ALIGN (file, floor_log2 (align / BITS_PER_UNIT));
#ifdef ASM_DECLARE_OBJECT_NAME