diff options
author | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-29 08:07:23 +0000 |
---|---|---|
committer | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-29 08:07:23 +0000 |
commit | 79fa31ab71be12d3a759485b18fdd7dc99f2d8d9 (patch) | |
tree | 647f17f7a9776c9092f457687a8c6b6c023cb025 /gcc/config/sparc/sparc-protos.h | |
parent | ef60a4793abf21e71c19f21870fd8c7d11dbf911 (diff) | |
download | gcc-79fa31ab71be12d3a759485b18fdd7dc99f2d8d9.tar.gz |
1999-11-29 David S. Miller <davem@redhat.com>
* config/sparc/sparc.c (init_cumulative_args): Fix type of third
arg.
* config/sparc/sparc-protos.h: Update proto, move into RTX_CODE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30695 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/sparc-protos.h')
-rw-r--r-- | gcc/config/sparc/sparc-protos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc-protos.h b/gcc/config/sparc/sparc-protos.h index 7d4fdd43749..2e173393e9d 100644 --- a/gcc/config/sparc/sparc-protos.h +++ b/gcc/config/sparc/sparc-protos.h @@ -26,7 +26,6 @@ Boston, MA 02111-1307, USA. */ #ifdef TREE_CODE extern struct rtx_def *function_value PARAMS ((tree, enum machine_mode, int)); -extern void init_cumulative_args PARAMS ((CUMULATIVE_ARGS *, tree, tree, int)); extern void function_arg_advance PARAMS ((CUMULATIVE_ARGS *, enum machine_mode, tree, int)); extern struct rtx_def *function_arg PARAMS ((const CUMULATIVE_ARGS *, @@ -40,6 +39,7 @@ extern int function_arg_pass_by_reference PARAMS ((const CUMULATIVE_ARGS *, tree, int)); extern struct rtx_def *sparc_builtin_saveregs PARAMS ((void)); #ifdef RTX_CODE +extern void init_cumulative_args PARAMS ((CUMULATIVE_ARGS *, tree, rtx, int)); extern void sparc_va_start PARAMS ((int, tree, rtx)); #endif extern struct rtx_def *sparc_va_arg PARAMS ((tree, tree)); |