PR other/53317
[official-gcc.git] / gcc / config / arm / bpabi.h
blobff89633d788a2e0d9e047300e1101b01f94a9b80
1 /* Configuration file for ARM BPABI targets.
2 Copyright (C) 2004-2013 Free Software Foundation, Inc.
3 Contributed by CodeSourcery, LLC
5 This file is part of GCC.
7 GCC is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published
9 by the Free Software Foundation; either version 3, or (at your
10 option) any later version.
12 GCC is distributed in the hope that it will be useful, but WITHOUT
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
15 License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING3. If not see
19 <http://www.gnu.org/licenses/>. */
21 /* Use the AAPCS ABI by default. */
22 #define ARM_DEFAULT_ABI ARM_ABI_AAPCS
24 /* Assume that AAPCS ABIs should adhere to the full BPABI. */
25 #define TARGET_BPABI (TARGET_AAPCS_BASED)
27 /* BPABI targets use EABI frame unwinding tables. */
28 #undef ARM_UNWIND_INFO
29 #define ARM_UNWIND_INFO 1
31 /* Section 4.1 of the AAPCS requires the use of VFP format. */
32 #undef FPUTYPE_DEFAULT
33 #define FPUTYPE_DEFAULT "vfp"
35 /* TARGET_BIG_ENDIAN_DEFAULT is set in
36 config.gcc for big endian configurations. */
37 #if TARGET_BIG_ENDIAN_DEFAULT
38 #define TARGET_ENDIAN_DEFAULT MASK_BIG_END
39 #else
40 #define TARGET_ENDIAN_DEFAULT 0
41 #endif
43 /* EABI targets should enable interworking by default. */
44 #undef TARGET_DEFAULT
45 #define TARGET_DEFAULT (MASK_INTERWORK | TARGET_ENDIAN_DEFAULT)
47 /* The ARM BPABI functions return a boolean; they use no special
48 calling convention. */
49 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) TARGET_BPABI
51 /* The BPABI integer comparison routines return { -1, 0, 1 }. */
52 #define TARGET_LIB_INT_CMP_BIASED !TARGET_BPABI
54 #define TARGET_FIX_V4BX_SPEC " %{mcpu=arm8|mcpu=arm810|mcpu=strongarm*"\
55 "|march=armv4|mcpu=fa526|mcpu=fa626:--fix-v4bx}"
57 #if TARGET_BIG_ENDIAN_DEFAULT
58 #define BE8_LINK_SPEC \
59 " %{!mlittle-endian:%{march=armv7-a|mcpu=cortex-a5 \
60 |mcpu=cortex-a7 \
61 |mcpu=cortex-a8|mcpu=cortex-a9|mcpu=cortex-a15 \
62 |mcpu=marvell-pj4 \
63 |mcpu=cortex-a53 \
64 |mcpu=generic-armv7-a \
65 |march=armv7-m|mcpu=cortex-m3 \
66 |march=armv7e-m|mcpu=cortex-m4 \
67 |march=armv6-m|mcpu=cortex-m0 \
68 |march=armv8-a \
69 :%{!r:--be8}}}"
70 #else
71 #define BE8_LINK_SPEC \
72 " %{mbig-endian:%{march=armv7-a|mcpu=cortex-a5 \
73 |mcpu=cortex-a7 \
74 |mcpu=cortex-a8|mcpu=cortex-a9|mcpu=cortex-a15 \
75 |mcpu=cortex-a53 \
76 |mcpu=marvell-pj4 \
77 |mcpu=generic-armv7-a \
78 |march=armv7-m|mcpu=cortex-m3 \
79 |march=armv7e-m|mcpu=cortex-m4 \
80 |march=armv6-m|mcpu=cortex-m0 \
81 |march=armv8-a \
82 :%{!r:--be8}}}"
83 #endif
85 /* Tell the assembler to build BPABI binaries. */
86 #undef SUBTARGET_EXTRA_ASM_SPEC
87 #define SUBTARGET_EXTRA_ASM_SPEC \
88 "%{mabi=apcs-gnu|mabi=atpcs:-meabi=gnu;:-meabi=5}" TARGET_FIX_V4BX_SPEC
90 #ifndef SUBTARGET_EXTRA_LINK_SPEC
91 #define SUBTARGET_EXTRA_LINK_SPEC ""
92 #endif
94 /* Split out the EABI common values so other targets can use it. */
95 #define EABI_LINK_SPEC \
96 TARGET_FIX_V4BX_SPEC BE8_LINK_SPEC
98 /* The generic link spec in elf.h does not support shared libraries. */
99 #define BPABI_LINK_SPEC \
100 "%{mbig-endian:-EB} %{mlittle-endian:-EL} " \
101 "%{static:-Bstatic} %{shared:-shared} %{symbolic:-Bsymbolic} " \
102 "-X" SUBTARGET_EXTRA_LINK_SPEC EABI_LINK_SPEC
104 #undef LINK_SPEC
105 #define LINK_SPEC BPABI_LINK_SPEC
107 /* The BPABI requires that we always use an out-of-line implementation
108 of RTTI comparison, even if the target supports weak symbols,
109 because the same object file might be used on a target that does
110 not support merging symbols across DLL boundaries. This macro is
111 broken out separately so that it can be used within
112 TARGET_OS_CPP_BUILTINS in configuration files for systems based on
113 the BPABI. */
114 #define TARGET_BPABI_CPP_BUILTINS() \
115 do \
117 builtin_define ("__GXX_TYPEINFO_EQUALITY_INLINE=0"); \
119 while (false)
121 #undef TARGET_OS_CPP_BUILTINS
122 #define TARGET_OS_CPP_BUILTINS() \
123 TARGET_BPABI_CPP_BUILTINS()
125 /* The BPABI specifies the use of .{init,fini}_array. Therefore, we
126 do not want GCC to put anything into the .{init,fini} sections. */
127 #undef INIT_SECTION_ASM_OP
128 #undef FINI_SECTION_ASM_OP
129 #define INIT_ARRAY_SECTION_ASM_OP ARM_EABI_CTORS_SECTION_OP
130 #define FINI_ARRAY_SECTION_ASM_OP ARM_EABI_DTORS_SECTION_OP
132 /* The legacy _mcount implementation assumes r11 points to a
133 4-word APCS frame. This is generally not true for EABI targets,
134 particularly not in Thumb mode. We assume the mcount
135 implementation does not require a counter variable (No Counter).
136 Note that __gnu_mcount_nc will be entered with a misaligned stack.
137 This is OK because it uses a special calling convention anyway. */
139 #undef NO_PROFILE_COUNTERS
140 #define NO_PROFILE_COUNTERS 1
141 #undef ARM_FUNCTION_PROFILER
142 #define ARM_FUNCTION_PROFILER(STREAM, LABELNO) \
144 fprintf (STREAM, "\tpush\t{lr}\n"); \
145 fprintf (STREAM, "\tbl\t__gnu_mcount_nc\n"); \
148 #undef SUBTARGET_FRAME_POINTER_REQUIRED
149 #define SUBTARGET_FRAME_POINTER_REQUIRED 0
151 /* __gnu_mcount_nc restores the original LR value before returning. Ensure
152 that there is no unnecessary hook set up. */
153 #undef PROFILE_HOOK