re PR c++/8333 (c++ emits double .globals for symbols [ regression from 3.0.4 ])
authorMark Mitchell <mark@codesourcery.com>
Wed, 30 Oct 2002 19:23:27 +0000 (19:23 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 30 Oct 2002 19:23:27 +0000 (19:23 +0000)
PR c++/8333
* varasm.c (asm_output_aligned_bss): Do not call
ASM_GLOBALIZE_LABEL.

From-SVN: r58658

gcc/ChangeLog
gcc/varasm.c

index 5c73dafc9a890705e9ca6078a2de4d7fa81d414e..3ced87b9e9de16f2d17a61147efcc3be8ba6f52f 100644 (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>
 
index 1cce00d102f99de8b7944b37c08863ccb3693f0b..d498b8f900b571eed570a425a2e6616e89b1aa6a 100644 (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