From: Alan Modra Date: Fri, 6 Feb 2004 06:22:26 +0000 (+0000) Subject: oops, missed a file in the last commit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07711f53ae115806856082e2e8fe17263e61c499;p=gcc.git oops, missed a file in the last commit From-SVN: r77381 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 30be17ec2b4..a0563497161 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -23,7 +23,7 @@ config/iq2000/iq2000.c, config/m32r/m32r.h, config/m68hc11/m68hc11.h, config/m68k/m68k.h, config/mcore/mcore.h, config/mips/mips.h, config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h, - config/pa/pa.h, config/pdp11/pdp11.h config/s390/s390.h, + config/pa/pa.h, config/pdp11/pdp11.h, config/s390/s390.h, config/sh/sh.h, config/sparc/sparc.h, config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vax.h, config/xtensa/xtensa.h: Likewise. diff --git a/gcc/config/s390/s390.h b/gcc/config/s390/s390.h index 04225d341b7..16d181778bf 100644 --- a/gcc/config/s390/s390.h +++ b/gcc/config/s390/s390.h @@ -683,7 +683,7 @@ typedef struct s390_arg_structure } CUMULATIVE_ARGS; -#define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, NN) \ +#define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, NN, N_NAMED_ARGS) \ ((CUM).gprs=0, (CUM).fprs=0) #define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED) \