* i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.

From-SVN: r64256
This commit is contained in:
Jan Hubicka 2003-03-12 19:06:29 +01:00 committed by Jan Hubicka
parent 8c35a61a90
commit 5474eed5c6
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Mar 12 19:04:39 CET 2003 Jan Hubicka <jh@suse.cz>
* i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
2003-03-12 Daniel Jacobowitz <drow@mvista.com>
Fix PR target/9797 and PR c/9853.

View File

@ -2865,6 +2865,8 @@ ix86_setup_incoming_varargs (cum, mode, type, pretend_size, no_rtl)
/* Indicate to allocate space on the stack for varargs save area. */
ix86_save_varrargs_registers = 1;
cfun->stack_alignment_needed = 128;
fntype = TREE_TYPE (current_function_decl);
stdarg_p = (TYPE_ARG_TYPES (fntype) != 0
&& (TREE_VALUE (tree_last (TYPE_ARG_TYPES (fntype)))