Replace occurances of "GNU CC" with "GCC" and reformat as appropriate.
[official-gcc.git] / gcc / config / arm / semiaof.h
blob41267f36420d794021b2f90d762063c98902f703
1 /* Definitions of target machine for GNU compiler. ARM on semi-hosted platform
2 AOF Syntax assembler.
3 Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
4 Contributed by Richard Earnshaw (richard.earnshaw@armltd.co.uk)
6 This file is part of GCC.
8 GCC is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published
10 by the Free Software Foundation; either version 2, or (at your
11 option) any later version.
13 GCC is distributed in the hope that it will be useful, but WITHOUT
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
16 License for more details.
18 You should have received a copy of the GNU General Public License
19 along with GCC; see the file COPYING. If not, write to
20 the Free Software Foundation, 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */
23 #define TARGET_OS_CPP_BUILTINS() \
24 do { \
25 builtin_define_std ("arm"); \
26 builtin_define_std ("semi"); \
27 } while (0)
29 #define ASM_SPEC "%{g -g} -arch 4 \
30 -apcs 3%{mapcs-32:/32bit}%{mapcs-26:/26bit}%{!mapcs-26:%{!macps-32:/32bit}}"
32 #define LIB_SPEC "%{Eb: armlib_h.32b%s}%{!Eb: armlib_h.32l%s}"
34 #define TARGET_VERSION fputs (" (ARM/semi-hosted)", stderr);
36 #define TARGET_DEFAULT ARM_FLAG_APCS_32
38 /* The Norcroft C library defines size_t as "unsigned int". */
39 #define SIZE_TYPE "unsigned int"
41 #undef CPP_APCS_PC_DEFAULT_SPEC
42 #define CPP_APCS_PC_DEFAULT_SPEC "-D__APCS_32__"