OSDN Git Service

* defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Mar 2007 21:33:45 +0000 (21:33 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Mar 2007 21:33:45 +0000 (21:33 +0000)
commit63c68695947927f83f1182fb22cb6a272780e1d3
treeace680a722a0e53efec5b1c5ed875f52981efc95
parent016bf95b03b216fabbba5c041db848f8b5b841df
    * 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
17 files changed:
gcc/ChangeLog
gcc/calls.c
gcc/config/alpha/unicosmk.h
gcc/config/bfin/bfin.h
gcc/config/iq2000/iq2000.h
gcc/config/mips/mips.h
gcc/config/mn10300/mn10300.h
gcc/config/mt/mt.h
gcc/config/pa/pa.h
gcc/config/rs6000/rs6000.h
gcc/config/score/score.h
gcc/config/spu/spu.h
gcc/config/v850/v850.h
gcc/defaults.h
gcc/doc/tm.texi
gcc/expr.c
gcc/function.c