diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2007-03-22 21:33:45 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2007-03-22 14:33:45 -0700 |
commit | ac294f0bbc8c83fb170f567c1032b7bf2cda829c (patch) | |
tree | ace680a722a0e53efec5b1c5ed875f52981efc95 /gcc/config/pa | |
parent | 9a200623651c1fe91e2377235e302da84dd47e18 (diff) | |
download | gcc-ac294f0bbc8c83fb170f567c1032b7bf2cda829c.zip gcc-ac294f0bbc8c83fb170f567c1032b7bf2cda829c.tar.gz gcc-ac294f0bbc8c83fb170f567c1032b7bf2cda829c.tar.bz2 |
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 <rth@redhat.com>
From-SVN: r123135
Diffstat (limited to 'gcc/config/pa')
-rw-r--r-- | gcc/config/pa/pa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 60a7245..b7edfe1 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -602,7 +602,7 @@ extern struct rtx_def *hppa_pic_save_rtx (void); /* Define this if the above stack space is to be considered part of the space allocated by the caller. */ -#define OUTGOING_REG_PARM_STACK_SPACE +#define OUTGOING_REG_PARM_STACK_SPACE 1 /* Keep the stack pointer constant throughout the function. This is both an optimization and a necessity: longjmp |