]> gcc.gnu.org Git - gcc.git/commitdiff
winnt.c (i386_pe_asm_output_aligned_decl_common): Revert accidental And undocumented...
authorDanny Smith <dannysmith@users.sourceforge.net>
Sat, 21 Feb 2009 03:21:44 +0000 (03:21 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Sat, 21 Feb 2009 03:21:44 +0000 (03:21 +0000)
* config/i386/winnt.c (i386_pe_asm_output_aligned_decl_common): Revert
accidental And undocumented change at revision 140860.

From-SVN: r144345

gcc/ChangeLog
gcc/config/i386/winnt.c

index 1bcc3b1d3a6b5a8b036cccb9f8e59843cc140d4e..3d33992060ada78c76fd36f702db5e5b60b8433e 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
+       * config/i386/winnt.c (i386_pe_asm_output_aligned_decl_common): Revert
+       accidental and undocumented change at revision 140860.
+
 2009-02-21  Joseph Myers  <joseph@codesourcery.com>
 
        * config/arm/arm.c (arm_gimplify_va_arg_expr): Update prototype to
index c9bbbfa95d04ff11c82254342d72ddc4de666990..ae9196c596f55197b654ee00cb5ad2b6cc88687f 100644 (file)
@@ -508,8 +508,7 @@ i386_pe_asm_output_aligned_decl_common (FILE *stream, tree decl,
   
   i386_pe_maybe_record_exported_symbol (decl, name, 1);
 
-  switch_to_section (bss_section);
-  fprintf (stream, "\t.balign %d\n\t.comm \t", ((int) align) / BITS_PER_UNIT);
+  fprintf (stream, "\t.comm\t");
   assemble_name (stream, name);
   fprintf (stream, ", " HOST_WIDE_INT_PRINT_DEC "\t" ASM_COMMENT_START
           " " HOST_WIDE_INT_PRINT_DEC "\n",
This page took 0.075023 seconds and 5 git commands to generate.