PR c++/8333
* varasm.c (asm_output_aligned_bss): Do not call
ASM_GLOBALIZE_LABEL.
From-SVN: r58658
+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>
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