Initial revision

From-SVN: r5805
This commit is contained in:
Richard Stallman 1993-10-19 05:11:53 +00:00
parent c388a0c42b
commit d666f1820e
1 changed files with 34 additions and 0 deletions

34
gcc/config/mips/iris5.h Normal file
View File

@ -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)"