* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63126 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/ChangeLog 23 additions, 0 deletionsgcc/ChangeLog
- gcc/Makefile.in 1 addition, 1 deletiongcc/Makefile.in
- gcc/calls.c 1 addition, 1 deletiongcc/calls.c
- gcc/config/arm/arm-protos.h 1 addition, 1 deletiongcc/config/arm/arm-protos.h
- gcc/config/arm/arm.c 2 additions, 2 deletionsgcc/config/arm/arm.c
- gcc/config/arm/arm.h 2 additions, 2 deletionsgcc/config/arm/arm.h
- gcc/config/avr/avr-protos.h 1 addition, 1 deletiongcc/config/avr/avr-protos.h
- gcc/config/avr/avr.c 2 additions, 2 deletionsgcc/config/avr/avr.c
- gcc/config/avr/avr.h 1 addition, 1 deletiongcc/config/avr/avr.h
- gcc/config/d30v/d30v-protos.h 1 addition, 1 deletiongcc/config/d30v/d30v-protos.h
- gcc/config/d30v/d30v.c 2 additions, 2 deletionsgcc/config/d30v/d30v.c
- gcc/config/d30v/d30v.h 3 additions, 3 deletionsgcc/config/d30v/d30v.h
- gcc/config/frv/frv-protos.h 1 addition, 1 deletiongcc/config/frv/frv-protos.h
- gcc/config/frv/frv.c 3 additions, 3 deletionsgcc/config/frv/frv.c
- gcc/config/frv/frv.h 3 additions, 3 deletionsgcc/config/frv/frv.h
- gcc/config/mips/mips.c 1 addition, 1 deletiongcc/config/mips/mips.c
- gcc/config/pa/pa.h 2 additions, 2 deletionsgcc/config/pa/pa.h
- gcc/config/sparc/sparc-protos.h 1 addition, 1 deletiongcc/config/sparc/sparc-protos.h
- gcc/config/sparc/sparc.c 2 additions, 2 deletionsgcc/config/sparc/sparc.c
- gcc/config/sparc/sparc.h 2 additions, 2 deletionsgcc/config/sparc/sparc.h
Loading
Please register or sign in to comment