r3900.h revision 302408
10SN/A/* Definitions of MIPS sub target machine for GNU compiler.
216989Srriggs   Toshiba r3900.  You should include mips.h after this.
30SN/A
40SN/A   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2004
50SN/A   Free Software Foundation, Inc.
60SN/A   Contributed by Gavin Koch (gavin@cygnus.com).
72362SN/A
80SN/AThis file is part of GCC.
92362SN/A
100SN/AGCC is free software; you can redistribute it and/or modify
110SN/Ait under the terms of the GNU General Public License as published by
120SN/Athe Free Software Foundation; either version 2, or (at your option)
130SN/Aany later version.
140SN/A
150SN/AGCC is distributed in the hope that it will be useful,
160SN/Abut WITHOUT ANY WARRANTY; without even the implied warranty of
170SN/AMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
180SN/AGNU General Public License for more details.
190SN/A
200SN/AYou should have received a copy of the GNU General Public License
212362SN/Aalong with GCC; see the file COPYING.  If not, write to
222362SN/Athe Free Software Foundation, 51 Franklin Street, Fifth Floor,
232362SN/ABoston, MA 02110-1301, USA.  */
240SN/A
250SN/A#define MIPS_CPU_STRING_DEFAULT "r3900"
260SN/A#define MIPS_ISA_DEFAULT 1
270SN/A
280SN/A#define MULTILIB_DEFAULTS { MULTILIB_ENDIAN_DEFAULT, "msoft-float" }
290SN/A
300SN/A/* We use the MIPS EABI by default.  */
310SN/A#define MIPS_ABI_DEFAULT ABI_EABI
320SN/A
330SN/A/* By default (if not mips-something-else) produce code for the r3900 */
340SN/A#define SUBTARGET_CC1_SPEC "\
3513629Savstepan%{mhard-float:%e-mhard-float not supported} \
3613629Savstepan%{msingle-float:%{msoft-float: \
370SN/A  %e-msingle-float and -msoft-float cannot both be specified}}"
380SN/A