diff options
author | Richard Stallman <rms@gnu.org> | 1993-10-19 05:11:53 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-10-19 05:11:53 +0000 |
commit | d666f1820e104fe236ab1eb0aa68b8c4a99ae108 (patch) | |
tree | 29acae7424c8b1f91953bca744f25600e5eca61f /gcc | |
parent | c388a0c42beb304464fc9613300abde3465347ca (diff) | |
download | gcc-d666f1820e104fe236ab1eb0aa68b8c4a99ae108.zip gcc-d666f1820e104fe236ab1eb0aa68b8c4a99ae108.tar.gz gcc-d666f1820e104fe236ab1eb0aa68b8c4a99ae108.tar.bz2 |
Initial revision
From-SVN: r5805
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/iris5.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h new file mode 100644 index 0000000..160333a --- /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)" |