--- gcc/config/fx80/fx80.h 2018/04/24 18:21:45 1.1.1.3 +++ gcc/config/fx80/fx80.h 2018/04/24 18:29:16 1.1.1.4 @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Alliant FX version. - Copyright (C) 1989, 1993, 1994 Free Software Foundation, Inc. + Copyright (C) 1989, 1993, 1994, 1995 Free Software Foundation, Inc. Adapted from m68k.h by Paul Petersen (petersen@uicsrd.csrd.uiuc.edu) and Joe Weening (weening@gang-of-four.stanford.edu). @@ -17,7 +17,8 @@ GNU General Public License for more deta You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* This file is based on m68k.h, simplified by removing support for @@ -431,6 +432,7 @@ extern enum reg_class regno_reg_class[]; /* 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. @@ -440,7 +442,7 @@ extern enum reg_class regno_reg_class[]; could add to the pending stack adjustment the size of the argument descriptors that are pushed after the arguments. */ -#define RETURN_POPS_ARGS(FUNTYPE,SIZE) (SIZE) +#define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) (SIZE) /* Define how to find the value returned by a function. VALTYPE is the data type of the value (as a tree). @@ -899,7 +901,7 @@ extern enum reg_class regno_reg_class[]; else if (((D) > 0) && ((D) < 1.1754943508222873e-38)) \ (OVERFLOW) = 1, (D) = 0.0; \ else if (((d) < 0) && ((d) > -1.1754943508222873e-38)) \ - (OVEFLOW) = 1, (D) = 0.0; \ + (OVERFLOW) = 1, (D) = 0.0; \ } /* Tell final.c how to eliminate redundant test instructions. */