diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-06 05:52:02 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-06 05:52:02 +0000 |
commit | c1ab9f722fc7021de8c8850e41fe159f6366c59e (patch) | |
tree | d862a4d77b7ebf4e850c4160a373bdec96825133 /gcc/config/frv/frv-protos.h | |
parent | a4aab424998c556d770b24d2d57f3837caaead8d (diff) | |
download | gcc-c1ab9f722fc7021de8c8850e41fe159f6366c59e.tar.gz |
* config/frv/frv-protos.h: Remove the prototype for
frv_setup_incoming_varargs.
* config/frv/frv.c (TARGET_SETUP_INCOMING_VARARGS): New.
(frv_setup_incoming_varargs): Make it static.
* config/frv/frv.h (SETUP_INCOMING_VARARGS): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77376 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/frv/frv-protos.h')
-rw-r--r-- | gcc/config/frv/frv-protos.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/frv/frv-protos.h b/gcc/config/frv/frv-protos.h index ff720331fbe..af35ca859f2 100644 --- a/gcc/config/frv/frv-protos.h +++ b/gcc/config/frv/frv-protos.h @@ -92,10 +92,6 @@ extern int frv_function_arg_callee_copies (CUMULATIVE_ARGS *, enum machine_mode, tree, int); -extern void frv_setup_incoming_varargs (CUMULATIVE_ARGS *, - enum machine_mode, - tree, int *, int); - extern void frv_expand_builtin_va_start (tree, rtx); extern rtx frv_expand_builtin_va_arg (tree, tree); #endif /* TREE_CODE */ |