OSDN Git Service

* config/i386/i386.c (ix86_asm_output_function_label): Change format
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jul 2010 07:37:55 +0000 (07:37 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jul 2010 07:37:55 +0000 (07:37 +0000)
commitc64333377e44daedd8001e5ae3f7082bd2c51042
tree20df23624d82943c610efe43951ed7e257f39921
parent710ee7c08e1cde68a9077167383d236fe66e5e51
* 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 ';'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162067 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c