From ac294f0bbc8c83fb170f567c1032b7bf2cda829c Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Thu, 22 Mar 2007 21:33:45 +0000 Subject: defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default. * defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default. * calls.c (compute_argument_block_size, expand_call, emit_library_call_value_1): Don't ifdef OUTGOING_REG_PARM_STACK_SPACE. * expr.c (block_move_libcall_safe_for_call_parm): Likewise. * function.c (STACK_DYNAMIC_OFFSET): Likewise. * doc/tm.texi (OUTGOING_REG_PARM_STACK_SPACE): Update. * config/alpha/unicosmk.h, config/bfin/bfin.h, config/iq2000/iq2000.h, config/mips/mips.h, config/mn10300/mn10300.h, config/mt/mt.h, config/pa/pa.h, config/rs6000/rs6000.h, config/score/score.h, config/spu/spu.h, config/v850/v850.h (OUTGOING_REG_PARM_STACK_SPACE): Set to 1. Co-Authored-By: Richard Henderson From-SVN: r123135 --- gcc/doc/tm.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/doc') diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index ca348e5..9cdc869 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -3730,8 +3730,8 @@ which. @c something, not sure if it looks good. --mew 10feb93 @defmac OUTGOING_REG_PARM_STACK_SPACE -Define this if it is the responsibility of the caller to allocate the area -reserved for arguments passed in registers. +Define this to a non-zero value if it is the responsibility of the caller +to allocate the area reserved for arguments passed in registers. If @code{ACCUMULATE_OUTGOING_ARGS} is defined, this macro controls whether the space for these arguments counts in the value of -- cgit v1.1