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
This commit is contained in:
Joern Rennecke 2004-06-29 18:37:06 +01:00
parent 78f2fb0858
commit 8d2fb08dbf
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
2004-06-29 J"orn Rennecke <joern.rennecke@superh.com>
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.
2004-06-29 Roger Sayle <roger@eyesopen.com>
* expmed.c (expand_smod_pow2): Provide alternate implementations