PR c++/8333
* varasm.c (asm_output_aligned_bss): Do not call
ASM_GLOBALIZE_LABEL.
From-SVN: r58657
+2002-10-30 Mark Mitchell <mark@codesourcery.com>
+
+ * varasm.c (asm_output_aligned_bss): Do not call
+ ASM_GLOBALIZE_LABEL.
+
2002-10-29 Janis Johnson <janis187@us.ibm.com>
* doc/invoke.texi (-profile-arcs): Remove references to -a and -ax.
const char *name;
int size, align;
{
- ASM_GLOBALIZE_LABEL (file, name);
bss_section ();
ASM_OUTPUT_ALIGN (file, floor_log2 (align / BITS_PER_UNIT));
#ifdef ASM_DECLARE_OBJECT_NAME