summaryrefslogtreecommitdiffstats
path: root/gcc/config/score
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-22 21:33:45 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-22 21:33:45 +0000
commit63c68695947927f83f1182fb22cb6a272780e1d3 (patch)
treeace680a722a0e53efec5b1c5ed875f52981efc95 /gcc/config/score
parent016bf95b03b216fabbba5c041db848f8b5b841df (diff)
downloadppe42-gcc-63c68695947927f83f1182fb22cb6a272780e1d3.tar.gz
ppe42-gcc-63c68695947927f83f1182fb22cb6a272780e1d3.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123135 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/score')
-rw-r--r--gcc/config/score/score.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/score/score.h b/gcc/config/score/score.h
index 3ee53cfcb87..3fd079221c1 100644
--- a/gcc/config/score/score.h
+++ b/gcc/config/score/score.h
@@ -534,7 +534,7 @@ enum reg_class
If `ACCUMULATE_OUTGOING_ARGS' is also defined, the only effect
of this macro is to determine whether the space is included in
`current_function_outgoing_args_size'. */
-#define OUTGOING_REG_PARM_STACK_SPACE
+#define OUTGOING_REG_PARM_STACK_SPACE 1
#define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACK_SIZE) 0
OpenPOWER on IntegriCloud