]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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:20:18 +0000 (19:20 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 30 Oct 2002 19:20:18 +0000 (19:20 +0000)
PR c++/8333
* varasm.c (asm_output_aligned_bss): Do not call
ASM_GLOBALIZE_LABEL.

From-SVN: r58657

gcc/ChangeLog
gcc/varasm.c

index 928a9874ec55be8dddc1d61274710e3d8984dcc2..2df251ba6926cdcf1140ab43703320f1d74e42f2 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 9e683a54edebbed9ed50995e7215a42612e556ca..dcfe381593cc8c5d9290bddf7e088e735a193271 100644 (file)
@@ -535,7 +535,6 @@ asm_output_aligned_bss (file, decl, name, size, align)
      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