From: Richard Kenner Date: Thu, 1 Jun 1995 23:30:11 +0000 (-0400) Subject: (RETURN_POPS_ARGS): New argument. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=26b66701975456acc4e58ff50f464a5feef65423;p=gcc.git (RETURN_POPS_ARGS): New argument. From-SVN: r9866 --- diff --git a/gcc/config/m88k/m88k.h b/gcc/config/m88k/m88k.h index 207fe0145ef..cc49326daff 100644 --- a/gcc/config/m88k/m88k.h +++ b/gcc/config/m88k/m88k.h @@ -198,13 +198,13 @@ extern char * reg_names[]; Redefined in sysv4.h, and luna.h. */ #define VERSION_INFO1 "88open OCS/BCS, " #ifndef VERSION_INFO2 -#define VERSION_INFO2 "$Revision: 1.64 $" +#define VERSION_INFO2 "$Revision: 1.65 $" #endif #ifndef VERSION_STRING #define VERSION_STRING version_string #ifdef __STDC__ -#define TM_RCS_ID "@(#)" __FILE__ " $Revision: 1.64 $ " __DATE__ +#define TM_RCS_ID "@(#)" __FILE__ " $Revision: 1.65 $ " __DATE__ #else #define TM_RCS_ID "$What: <@(#) m88k.h,v 1.1.1.2.2.2> $" #endif /* __STDC__ */ @@ -978,10 +978,11 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS, /* Value is the number of bytes of arguments automatically popped when returning from a subroutine call. + FUNDECL is the declaration node of the function (as a tree), FUNTYPE is the data type of the function (as a tree), or for a library call it is an identifier node for the subroutine name. SIZE is the number of bytes of arguments passed on the stack. */ -#define RETURN_POPS_ARGS(FUNTYPE,SIZE) 0 +#define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0 /* Define how to find the value returned by a function. VALTYPE is the data type of the value (as a tree).