--- gcc/config/tahoe/tahoe.h 2018/04/24 18:22:20 1.1.1.3 +++ gcc/config/tahoe/tahoe.h 2018/04/24 18:30:02 1.1.1.4 @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Tahoe version. - Copyright (C) 1989, 1993, 1994 Free Software Foundation, Inc. + Copyright (C) 1989, 1993, 1994, 1995 Free Software Foundation, Inc. This file is part of GNU CC. @@ -15,11 +15,10 @@ 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. */ /* - * File: tahoe.h - * * Original port made at the University of Buffalo by Devon Bowen, * Dale Wiles and Kevin Zachmann. * @@ -135,7 +134,7 @@ extern int target_flags; /* this section is borrowed from the vax version since the */ /* formats are the same in both of the architectures */ -#define CHECK_FLOAT_VALUE(MODE, D, OVEFLOW) \ +#define CHECK_FLOAT_VALUE(MODE, D, OVERFLOW) \ if (OVERFLOW) \ (D) = 1.7014117331926443e+38; \ else if ((MODE) == SFmode) \ @@ -327,7 +326,7 @@ enum reg_class {NO_REGS,GENERAL_REGS,FPP /* the tahoe return function takes care of everything on the stack */ -#define RETURN_POPS_ARGS(FUNTYPE,SIZE) (SIZE) +#define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) (SIZE) /* function values for all types are returned in register 0 */