Initial revision
authorRichard Stallman <rms@gnu.org>
Tue, 19 Oct 1993 05:11:53 +0000 (05:11 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 19 Oct 1993 05:11:53 +0000 (05:11 +0000)
From-SVN: r5805

gcc/config/mips/iris5.h [new file with mode: 0644]

diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h
new file mode 100644 (file)
index 0000000..160333a
--- /dev/null
@@ -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)"