From d666f1820e104fe236ab1eb0aa68b8c4a99ae108 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 19 Oct 1993 05:11:53 +0000 Subject: [PATCH] Initial revision From-SVN: r5805 --- gcc/config/mips/iris5.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 gcc/config/mips/iris5.h diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h new file mode 100644 index 00000000000..160333a990e --- /dev/null +++ b/gcc/config/mips/iris5.h @@ -0,0 +1,34 @@ +/* Definitions of target machine for GNU compiler. Iris version 5. + Copyright (C) 1993 Free Software Foundation, Inc. + +This file is part of GNU CC. + +GNU CC is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU CC is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +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. */ + +#define TARGET_DEFAULT MASK_ABICALLS +#define ABICALLS_ASM_OP ".option pic2" + +#include "mips/iris4.h" + +/* mips-tfile doesn't work yet. No debugging is supported. */ +#undef ASM_FINAL_SPEC +#undef SDB_DEBUGGING_INFO +#undef DBX_DEBUGGING_INFO + +#undef CPP_PREDEFINES +#define CPP_PREDEFINES "\ +-Dunix -Dmips -Dsgi -DSVR3 -Dhost_mips -DMIPSEB -DSYSTYPE_SYSV \ +-D_MIPS_SZLONG=32 \ +-Asystem(unix) -Asystem(svr3) -Acpu(mips) -Amachine(mips)" -- 2.30.2