190075Sobrien/* Definitions for XScale systems using COFF
290075Sobrien   Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
390075Sobrien   Contributed by Catherine Moore <clm@cygnus.com>
490075Sobrien
590075Sobrien   This file is part of GCC.
690075Sobrien
790075Sobrien   GCC is free software; you can redistribute it and/or modify it
890075Sobrien   under the terms of the GNU General Public License as published
990075Sobrien   by the Free Software Foundation; either version 2, or (at your
1090075Sobrien   option) any later version.
1190075Sobrien
1290075Sobrien   GCC is distributed in the hope that it will be useful, but WITHOUT
1390075Sobrien   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
1490075Sobrien   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
1590075Sobrien   License for more details.
1690075Sobrien
1790075Sobrien   You should have received a copy of the GNU General Public License
1890075Sobrien   along with this program; see the file COPYING.  If not, write to
19169689Skan   the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
20169689Skan   MA 02110-1301, USA.  */
2190075Sobrien
2290075Sobrien/* Run-time Target Specification.  */
2390075Sobrien#undef  SUBTARGET_CPU_DEFAULT
2490075Sobrien#define SUBTARGET_CPU_DEFAULT 		TARGET_CPU_xscale
2590075Sobrien
2690075Sobrien#undef  SUBTARGET_EXTRA_ASM_SPEC
27117395Skan#define SUBTARGET_EXTRA_ASM_SPEC "%{!mcpu=*:-mcpu=xscale}"
2890075Sobrien
2990075Sobrien#undef  MULTILIB_DEFAULTS
3090075Sobrien#define MULTILIB_DEFAULTS \
3190075Sobrien  { "mlittle-endian", "mno-thumb-interwork", "marm" }
3290075Sobrien
3390075Sobrien#undef  TARGET_VERSION
3490075Sobrien#define TARGET_VERSION	fputs (" (XScale/COFF)", stderr);
35