Fix gcc.dg/builtin-apply2.c failures:
authorJoern Rennecke <amylaar@gcc.gnu.org>
Tue, 29 Jun 2004 17:37:06 +0000 (18:37 +0100)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Tue, 29 Jun 2004 17:37:06 +0000 (18:37 +0100)
commit8d2fb08dbf478c912b8e098606e18848741ba2a2
tree18198400a2d48d0318fb918df3f91705c9aadbd1
parent78f2fb0858ad3af16b46c5b064c846a8528eb814
Fix gcc.dg/builtin-apply2.c failures:

* sh.h (TARGET_VARARGS_PRETEND_ARGS): Define.
* sh.c (extra_push): Delete.
(sh_expand_prologue): Don't do extra stack adjustment for
current_function_pretend_args_size if it comes from varargs setup.
Use TARGET_VARARGS_PRETEND_ARGS.  Don't set extra_push.
(sh_expand_epilogue): Don't use extra_push.
(sh_setup_incoming_varargs): Set pretend_arg_size when necessary.

[[Split portion of a mixed commit.]]

From-SVN: r83863.2
gcc/ChangeLog