Index: gcc/gcc/config/frv/frv-protos.h |
diff --git a/gcc/gcc/config/frv/frv-protos.h b/gcc/gcc/config/frv/frv-protos.h |
index 911ed7c9170c1a7278478857486686f917b800cd..3c9950d740b7698af880d9e29a7baad1b4a7e504 100644 |
--- a/gcc/gcc/config/frv/frv-protos.h |
+++ b/gcc/gcc/config/frv/frv-protos.h |
@@ -1,5 +1,5 @@ |
/* Frv prototypes. |
- Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2007, 2008 |
+ Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2007, 2008, 2009 |
Free Software Foundation, Inc. |
Contributed by Red Hat, Inc. |
@@ -43,13 +43,11 @@ extern void frv_optimization_options (int, int); |
extern void frv_conditional_register_usage (void); |
extern frv_stack_t *frv_stack_info (void); |
extern void frv_debug_stack (frv_stack_t *); |
-extern int frv_frame_pointer_required (void); |
extern int frv_initial_elimination_offset (int, int); |
#ifdef RTX_CODE |
-extern int frv_legitimate_address_p (enum machine_mode, rtx, |
+extern int frv_legitimate_address_p_1 (enum machine_mode, rtx, |
int, int, int); |
-extern rtx frv_legitimize_address (rtx, rtx, enum machine_mode); |
extern rtx frv_find_base_term (rtx); |
#ifdef TREE_CODE |
@@ -64,6 +62,7 @@ extern rtx frv_function_arg (CUMULATIVE_ARGS *, |
extern void frv_function_arg_advance (CUMULATIVE_ARGS *, |
enum machine_mode, |
tree, int); |
+extern bool frv_function_value_regno_p (const unsigned int); |
#endif /* TREE_CODE */ |
extern int frv_expand_block_move (rtx *); |
@@ -82,8 +81,8 @@ extern const char *output_move_single (rtx *, rtx); |
extern const char *output_move_double (rtx *, rtx); |
extern const char *output_condmove_single |
(rtx *, rtx); |
-extern int frv_emit_cond_branch (enum rtx_code, rtx); |
-extern int frv_emit_scc (enum rtx_code, rtx); |
+extern int frv_emit_cond_branch (rtx *); |
+extern int frv_emit_scc (rtx *); |
extern rtx frv_split_scc (rtx, rtx, rtx, rtx, HOST_WIDE_INT); |
extern int frv_emit_cond_move (rtx, rtx, rtx, rtx); |
extern rtx frv_split_cond_move (rtx *); |
@@ -102,7 +101,6 @@ extern void frv_ifcvt_modify_final (ce_if_block_t *); |
extern void frv_ifcvt_modify_cancel (ce_if_block_t *); |
#endif |
extern int frv_trampoline_size (void); |
-extern void frv_initialize_trampoline (rtx, rtx, rtx); |
extern enum reg_class frv_secondary_reload_class |
(enum reg_class, |
enum machine_mode, rtx); |