vax.c (vax_output_function_prologue): Use asm_fprintf.
authorJason Thorpe <thorpej@wasabisystems.com>
Fri, 4 Oct 2002 05:23:12 +0000 (05:23 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Fri, 4 Oct 2002 05:23:12 +0000 (05:23 +0000)
commit191fe2bba261213a888b5e32919e2752664aa017
tree32d6241acb1d580c8d43a037201b156b984d098a
parentbd9bb3d2b01e5f69a42118114baddf16e1862101
vax.c (vax_output_function_prologue): Use asm_fprintf.

* config/vax/vax.c (vax_output_function_prologue): Use asm_fprintf.
* config/vax/vax.h (VAX_FUNCTION_PROFILER_NAME): New.
(FUNCTION_PROFILER): Rewrite to use ASM_GENERATE_INTERNAL_LABEL,
assemble_name, asm_fprintf, and VAX_FUNCTION_PROFILER_NAME.
(ASM_OUTPUT_MI_THUNK): Use asm_fprintf instead of REGISTER_PREFIX.
(PRINT_OPERAND_PUNCT_VALID_P): Fix comment.
* config/vax/elf.h (FUNCTION_PROFILER): Remove.
(VAX_FUNCTION_PROFILER_NAME): Redefine as "__mcount".

From-SVN: r57801
gcc/ChangeLog
gcc/config/vax/elf.h
gcc/config/vax/vax.c
gcc/config/vax/vax.h