]> gcc.gnu.org Git - gcc.git/commit
defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.
authorKai Tietz <kai.tietz@onevision.com>
Thu, 22 Mar 2007 21:33:45 +0000 (21:33 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 22 Mar 2007 21:33:45 +0000 (14:33 -0700)
commitac294f0bbc8c83fb170f567c1032b7bf2cda829c
treeace680a722a0e53efec5b1c5ed875f52981efc95
parent9a200623651c1fe91e2377235e302da84dd47e18
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
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
This page took 0.05875 seconds and 5 git commands to generate.