]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/frv/frv.c
calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
authorJan Hubicka <jh@suse.cz>
Wed, 19 Feb 2003 18:03:11 +0000 (19:03 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 19 Feb 2003 18:03:11 +0000 (18:03 +0000)
commit563a317a855153a044b32549429218e121d51ff6
treed994276a004a7febbbe86a52d5f1a8529fea9fa5
parentbe9d08c2efc6908e863d7c943e8807169a8367a0
calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS

* calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
* function.c (assign_params): Likewise.
* arm-protos.h (arm_init_cumulative_args): Update prototype.
* arm.c (arm_init_cumulative_args): Update function.
* arm.h (INIT_CUMULATIVE_ARGS): Update.
* avr-protos.h (init_cumulative_args): Update prototype.
* avr.c (init_cumulative_args): Update function.
* avr.h (INIT_CUMULATIVE_ARGS): Update.
* d30v-protos.h (d30v_init_cumulative_args): Update prototype.
* d30v.c (d30v_init_cumulative_args): Update function.
* d30v.h (INIT_CUMULATIVE_ARGS): Update.
* frv-protos.h (frv_init_cumulative_args): Update prototype.
* frv.c (frv_init_cumulative_args): Update function.
* frv.h (INIT_CUMULATIVE_ARGS): Update.
* mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
* pa.h (INIT_CUMULATIVE_ARGS): Update.
* sparc-protos.h (init_cumulative_args): Update prototype.
* sparc.c (init_cumulative_args): Update function.
* sparc.h (INIT_CUMULATIVE_ARGS): Update.
* tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.

From-SVN: r63126
22 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/calls.c
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/avr/avr-protos.h
gcc/config/avr/avr.c
gcc/config/avr/avr.h
gcc/config/d30v/d30v-protos.h
gcc/config/d30v/d30v.c
gcc/config/d30v/d30v.h
gcc/config/frv/frv-protos.h
gcc/config/frv/frv.c
gcc/config/frv/frv.h
gcc/config/mips/mips.c
gcc/config/pa/pa.h
gcc/config/sparc/sparc-protos.h
gcc/config/sparc/sparc.c
gcc/config/sparc/sparc.h
gcc/doc/tm.texi
gcc/function.c