mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-28 06:04:44 +08:00
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:
parent
1c4048ca8d
commit
9b5b7e3a8f
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user