OSDN Git Service

* config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset):
[pf3gnuchains/gcc-fork.git] / gcc / config / arm / semiaof.h
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)
5
6 This file is part of GNU CC.
7
8 GNU CC is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
12
13 GNU CC is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GNU CC; see the file COPYING.  If not, write to
20 the Free Software Foundation, 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA.  */
22
23 #define CPP_PREDEFINES \
24     "-Darm -Dsemi -Acpu=arm -Amachine=arm"
25
26 #define ASM_SPEC "%{g -g} -arch 4 \
27 -apcs 3%{mapcs-32:/32bit}%{mapcs-26:/26bit}%{!mapcs-26:%{!macps-32:/32bit}}"
28
29 #define LIB_SPEC "%{Eb: armlib_h.32b%s}%{!Eb: armlib_h.32l%s}"
30
31 #define TARGET_VERSION fputs (" (ARM/semi-hosted)", stderr);
32
33 #define TARGET_DEFAULT ARM_FLAG_APCS_32
34
35 /* The Norcroft C library defines size_t as "unsigned int" */
36 #define SIZE_TYPE "unsigned int"
37
38 #include "arm/aof.h"
39
40 #undef CPP_APCS_PC_DEFAULT_SPEC
41 #define CPP_APCS_PC_DEFAULT_SPEC "-D__APCS_32__"
42
43