From 87138d8d59f45e4d537f081fedbe5ad19948b9b4 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 22 Sep 2009 08:14:04 -0700 Subject: mep.h (INITIALIZE_TRAMPOLINE): Remove. * config/mep/mep.h (INITIALIZE_TRAMPOLINE): Remove. * config/mep/mep.c (TARGET_TRAMPOLINE_INIT): New. (mep_trampoline_init): Rename from mep_init_trampoline; make static; update for hook parameters. * config/mep/mep-protos.h (mep_init_trampoline): Remove. From-SVN: r152000 --- gcc/config/mep/mep-protos.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/config/mep/mep-protos.h') diff --git a/gcc/config/mep/mep-protos.h b/gcc/config/mep/mep-protos.h index e53ca79..82be465 100644 --- a/gcc/config/mep/mep-protos.h +++ b/gcc/config/mep/mep-protos.h @@ -89,7 +89,6 @@ extern void mep_file_cleanups (void); extern const char *mep_strip_name_encoding (const char *); extern void mep_output_aligned_common (FILE *, tree, const char *, int, int, int); -extern void mep_init_trampoline (rtx, rtx, rtx); extern void mep_emit_doloop (rtx *, int); extern bool mep_vliw_function_p (tree); extern bool mep_store_data_bypass_p (rtx, rtx); -- cgit v1.1