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.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.h')
-rw-r--r-- | gcc/config/frv/frv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h index 7a0e0475778..df5ae079372 100644 --- a/gcc/config/frv/frv.h +++ b/gcc/config/frv/frv.h @@ -2077,10 +2077,6 @@ struct machine_function GTY(()) /* Implementing the Varargs Macros. */ -#define SETUP_INCOMING_VARARGS(ARGS_SO_FAR, MODE, TYPE, PRETEND_ARGS_SIZE, SECOND_TIME) \ - frv_setup_incoming_varargs (& ARGS_SO_FAR, (int) MODE, TYPE, \ - & PRETEND_ARGS_SIZE, SECOND_TIME) - /* Implement the stdarg/varargs va_start macro. STDARG_P is nonzero if this is stdarg.h instead of varargs.h. VALIST is the tree of the va_list variable to initialize. NEXTARG is the machine independent notion of the |