diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-09 10:13:16 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-09 10:13:16 +0000 |
commit | ae79166b320ed23ca18346c10a43d08a36dbcb2f (patch) | |
tree | e7a6748e645d8bae00a0349b0fd7af3d3dbab55c /gcc/config/xtensa/xtensa-protos.h | |
parent | d30e852f058c20a1609f047792c744aa7e213ac0 (diff) | |
download | gcc-ae79166b320ed23ca18346c10a43d08a36dbcb2f.tar.gz |
* config/xtensa/xtensa-protos.h (xtensa_va_arg): Remove.
* config/xtensa/xtensa.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
(xtensa_gimplify_va_arg_expr): Rewrite from xtensa_va_arg.
* config/xtensa/xtensa.h (EXPAND_BUILTIN_VA_ARG): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84360 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/xtensa/xtensa-protos.h')
-rw-r--r-- | gcc/config/xtensa/xtensa-protos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/xtensa/xtensa-protos.h b/gcc/config/xtensa/xtensa-protos.h index 38a5dce985e..a300204e8ec 100644 --- a/gcc/config/xtensa/xtensa-protos.h +++ b/gcc/config/xtensa/xtensa-protos.h @@ -77,7 +77,6 @@ extern char *xtensa_emit_call (int, rtx *); #ifdef TREE_CODE extern void init_cumulative_args (CUMULATIVE_ARGS *, int); extern void xtensa_va_start (tree, rtx); -extern rtx xtensa_va_arg (tree, tree); #endif /* TREE_CODE */ extern void print_operand (FILE *, rtx, int); |