calls.c (compute_argument_block_size): New argument preferred_stack_boundary.
authorJan Hubicka <jh@suse.cz>
Mon, 7 Feb 2000 17:39:40 +0000 (18:39 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 7 Feb 2000 17:39:40 +0000 (17:39 +0000)
commitc2f8b491493226d196fc80a9f0d4856612c52992
treefbcc1dc384eab7f572ca46df0b98ef599a28ec0b
parent08a75be26cf718b09bee952783e88d7789b47979
calls.c (compute_argument_block_size): New argument preferred_stack_boundary.

* calls.c (compute_argument_block_size): New argument
preferred_stack_boundary.
(expand_call): update cfun->preferred_stack_boundary, update call of
compute_argument_block_size
(emit_library_call): Increate cfun->preferred_stack_boundary
to PREFERRED_STACK_BOUNDARY
(emit_library_call_value): Likewise.
* explow.c (allocate_dynamic_stack_spave): Likewise.
* function.c (prepare_function_start): Set
cfun->preferred_stack_boundary
* function.h (struct function): Add preferred_stack_boundary field.
* integrate.c (expand_inline_function): Update
cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
(copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
* i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.

From-SVN: r31831
gcc/ChangeLog
gcc/calls.c
gcc/config/i386/i386.c
gcc/explow.c
gcc/function.c
gcc/function.h
gcc/integrate.c