Commit ecb8c3cc by Danny Smith Committed by Danny Smith

winnt.c (i386_pe_asm_output_aligned_decl_common): Revert accidental And…

winnt.c (i386_pe_asm_output_aligned_decl_common): Revert accidental And undocumented change at revision 140860.

	* config/i386/winnt.c (i386_pe_asm_output_aligned_decl_common): Revert
	accidental And undocumented change at revision 140860.

From-SVN: r144345
parent ae46a823
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
......
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment