calls.c (emit_call_1): New arg rounded_stack_size; update callers.
authorRichard Henderson <rth@cygnus.com>
Sun, 25 Apr 1999 12:31:52 +0000 (05:31 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 25 Apr 1999 12:31:52 +0000 (05:31 -0700)
commitfb5eebb93264a84c03315206f620476a3abe2c6a
tree462c9190e0e1a76ae0949ac258aa4d45dcae71e5
parented856f4c7069b83eca592489cec4c86b3a702830
calls.c (emit_call_1): New arg rounded_stack_size; update callers.

        * calls.c (emit_call_1): New arg rounded_stack_size; update callers.
        Update pending_stack_adjust based on this value.
        (compute_argument_block_size): Include pending_stack_adjust in
        PREFERRED_STACK_BOUNDARY alignment.
        * function.c (assign_parms): Don't round to PREFERRED_STACK_BOUNDARY.

From-SVN: r26623
gcc/ChangeLog
gcc/calls.c
gcc/function.c