===================================================================
@@ -5145,7 +5146,7 @@ ix86_asm_output_function_label (FILE *as
unsigned int filler_cc = 0xcccccccc;
for (i = 0; i < filler_count; i += 4)
- fprintf (asm_out_file, ASM_LONG " 0x%x\n", filler_cc);
+ fprintf (asm_out_file, ASM_LONG " %#x\n", filler_cc);
}
ASM_OUTPUT_LABEL (asm_out_file, fname);
@@ -7948,7 +7949,7 @@ ix86_code_end (void)
assemble_name (asm_out_file, name);
fputs ("\n\t.private_extern\t", asm_out_file);
assemble_name (asm_out_file, name);
- fputs ("\n", asm_out_file);
+ putc ('\n', asm_out_file);
ASM_OUTPUT_LABEL (asm_out_file, name);
DECL_WEAK (decl) = 1;
}
@@ -12652,7 +12653,7 @@ ix86_print_operand (FILE *file, rtx x, i
case ';':
#ifndef HAVE_AS_IX86_REP_LOCK_PREFIX
- fputs (";", file);
+ putc (';', file);
#endif
return;