From 8d2fb08dbf478c912b8e098606e18848741ba2a2 Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Tue, 29 Jun 2004 18:37:06 +0100 Subject: [PATCH] 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 36fedf639e9..cfcabd159b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2004-06-29 J"orn Rennecke + + 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 * expmed.c (expand_smod_pow2): Provide alternate implementations -- 2.30.2