arc.c (output_shift): Use stdio instead of asm_fprintf.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 20 Aug 2002 23:27:03 +0000 (23:27 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 20 Aug 2002 23:27:03 +0000 (23:27 +0000)
commit761c70aade1cf9ccfe0316cb69360453d426e7d7
treee811092544bd791436a36be808b611cbdf48735e
parent5ce6f47b378db770b570df0b83c8c24ef4e475e3
arc.c (output_shift): Use stdio instead of asm_fprintf.

* arc.c (output_shift): Use stdio instead of asm_fprintf.
* arm.c (thumb_output_function_prologue): Likewise.
* avr.c (print_operand): Likewise.
* c4x.c (c4x_print_operand): Likewise.
* c4x.h (ASM_OUTPUT_INTERNAL_LABEL, TRAMPOLINE_TEMPLATE,
ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Likewise.
* cris.c (cris_target_asm_function_prologue,
cris_asm_output_mi_thunk): Likewise.
* h8300.c (print_operand): Likewise.
* h8300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
* ip2k.c (print_operand): Likewise.  Fix format specifier.
* m68hc11.c (asm_print_register, print_operand,
print_operand_address): Use stdio instead of asm_fprintf.
(print_operand_address): Fix format specifier.
* m68hc11.h (FUNCTION_PROFILER, ASM_OUTPUT_ADDR_DIFF_ELT,
ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ALIGN): Use stdio instead of
asm_fprintf.
* m68k/amix.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
* m68k/atari.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
* m68k.c (m68k_output_function_prologue,
m68k_output_function_epilogue, print_operand): Likewise.
* mmix.c (mmix_asm_output_mi_thunk, mmix_asm_weaken_label):
Likewise.  Fix format specifier.
* mn10200.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
* mn10300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
* v850.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.

From-SVN: r56472
19 files changed:
gcc/ChangeLog
gcc/config/arc/arc.c
gcc/config/arm/arm.c
gcc/config/avr/avr.c
gcc/config/c4x/c4x.c
gcc/config/c4x/c4x.h
gcc/config/cris/cris.c
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.h
gcc/config/ip2k/ip2k.c
gcc/config/m68hc11/m68hc11.c
gcc/config/m68hc11/m68hc11.h
gcc/config/m68k/amix.h
gcc/config/m68k/atari.h
gcc/config/m68k/m68k.c
gcc/config/mmix/mmix.c
gcc/config/mn10200/mn10200.h
gcc/config/mn10300/mn10300.h
gcc/config/v850/v850.h