i386.c (ix86_asm_output_function_label): Change format string placeholder from 0x...
authorUros Bizjak <uros@gcc.gnu.org>
Mon, 12 Jul 2010 07:37:55 +0000 (09:37 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 12 Jul 2010 07:37:55 +0000 (09:37 +0200)
commit9db335b97c841820b89f3c0d6011bc86e0601994
tree20df23624d82943c610efe43951ed7e257f39921
parent30ac015ec790dea2b09e53bae5afd9aa8296b7c7
i386.c (ix86_asm_output_function_label): Change format string placeholder from 0x%x to %#x.

* config/i386/i386.c (ix86_asm_output_function_label): Change format
string placeholder from 0x%x to %#x.
(ix86_code_end): Use putc to output '\n'.
(ix86_print_operand) <case ';'>: Use putc to output ';'.

From-SVN: r162067
gcc/ChangeLog
gcc/config/i386/i386.c