]> git.ipfire.org Git - thirdparty/glibc.git/blob - config.h.in
powerpc: Add log IFUNC multiarch support for POWER10
[thirdparty/glibc.git] / config.h.in
1 /* Define if building with SELinux support. Set by --with-selinux. */
2 #undef HAVE_SELINUX
3
4 /* Defined if building with SELinux support & audit libs are detected. */
5 #undef HAVE_LIBAUDIT
6
7 /* Defined if building with SELinux support & libcap libs are detected. */
8 #undef HAVE_LIBCAP
9
10 /* Define to the assembler line separator character for multiple
11 assembler instructions per line. Default is `;' */
12 #undef ASM_LINE_SEP
13
14 /* Define if __attribute__((section("foo"))) puts quotes around foo. */
15 #undef HAVE_SECTION_QUOTES
16
17 /* Define if the assembler supports the `.set' directive. */
18 #undef HAVE_ASM_SET_DIRECTIVE
19
20 /* On powerpc64, use overlapping .opd entries. */
21 #undef USE_PPC64_OVERLAPPING_OPD
22
23 /* On powerpc64, use @notoc. */
24 #undef USE_PPC64_NOTOC
25
26 /* On powerpc64, define if the compiler supports -mcpu=power10. */
27 #undef USE_PPC64_MCPU_POWER10
28
29 /* Define if _Unwind_Find_FDE should be exported from glibc. */
30 #undef EXPORT_UNWIND_FIND_FDE
31
32 /* Define if static NSS modules are wanted. */
33 #undef DO_STATIC_NSS
34
35 /* Assume that the compiler supports __builtin_expect.
36 This macro is necessary for proper compilation of code
37 shared between GNU libc and GNU gettext projects. */
38 #define HAVE_BUILTIN_EXPECT 1
39
40 /* Define if the compiler supports __builtin_memset. */
41 #undef HAVE_BUILTIN_MEMSET
42
43 /* Define if compiler accepts -ftree-loop-distribute-patterns. */
44 #undef HAVE_CC_INHIBIT_LOOP_TO_LIBCALL
45
46 /* Define if compiler accepts -fno-stack-protector in an
47 __attribute__ ((__optimize__)). */
48 #undef HAVE_CC_NO_STACK_PROTECTOR
49
50 /* The level of stack protection in use for glibc as a whole.
51 May be overridden on a file-by-file basis. */
52 #ifndef STACK_PROTECTOR_LEVEL
53 #undef STACK_PROTECTOR_LEVEL
54 #endif
55
56 /* Define if the linker supports the -z combreloc option. */
57 #undef HAVE_Z_COMBRELOC
58
59 /* Define if _rtld_local structure should be forced into .sdata section. */
60 #undef HAVE_SDATA_SECTION
61
62 /* Define if compiler supports AVX512. */
63 #undef HAVE_AVX512_SUPPORT
64
65 /* Define if assembler supports AVX512DQ. */
66 #undef HAVE_AVX512DQ_ASM_SUPPORT
67
68 /* Define if assembler supports z10 zarch instructions as default on S390. */
69 #undef HAVE_S390_MIN_Z10_ZARCH_ASM_SUPPORT
70
71 /* Define if assembler supports z196 zarch instructions as default on S390. */
72 #undef HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT
73
74 /* Define if assembler supports z13 zarch instructions as default on S390. */
75 #undef HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
76
77 /* Define if assembler supports arch13 zarch instruction as default on S390. */
78 #undef HAVE_S390_MIN_ARCH13_ZARCH_ASM_SUPPORT
79
80 /* Define if assembler supports vector instructions on S390. */
81 #undef HAVE_S390_VX_ASM_SUPPORT
82
83 /* Define if gcc supports vector registers as clobbers in inline assembly
84 on S390. */
85 #undef HAVE_S390_VX_GCC_SUPPORT
86
87 /* Define if assembler supports arch13 instructions on S390. */
88 #undef HAVE_S390_ARCH13_ASM_SUPPORT
89
90 /* Define if assembler supports Intel MPX. */
91 #undef HAVE_MPX_SUPPORT
92
93 /* Define if the compiler\'s exception support is based on libunwind. */
94 #undef HAVE_CC_WITH_LIBUNWIND
95
96 /* Define if the access to static and hidden variables is position independent
97 and does not need relocations. */
98 #undef PI_STATIC_AND_HIDDEN
99
100 /* Define this to disable the 'hidden_proto' et al macros in
101 include/libc-symbols.h that avoid PLT slots in PIE. */
102 #undef NO_HIDDEN_EXTERN_FUNC_IN_PIE
103
104 /* Define this to disable the 'hidden_proto' et al macros in
105 include/libc-symbols.h that avoid PLT slots in the shared objects. */
106 #undef NO_HIDDEN
107
108 /* Define this to disable in rtld the 'hidden_proto' et al macros in
109 include/libc-symbols.h that avoid PLT slots in the shared objects. */
110 #undef NO_RTLD_HIDDEN
111
112 /* Define this to disable lazy relocations in DSOs. */
113 #undef BIND_NOW
114
115 /* AArch64 big endian ABI */
116 #undef HAVE_AARCH64_BE
117
118 /* AArch64 BTI support enabled. */
119 #define HAVE_AARCH64_BTI 0
120
121 /* AArch64 PAC-RET code generation is enabled. */
122 #define HAVE_AARCH64_PAC_RET 0
123
124 /* ARC big endian ABI */
125 #undef HAVE_ARC_BE
126
127 /* C-SKY ABI version. */
128 #undef CSKYABI
129
130 /* C-SKY floating-point ABI. */
131 #undef CSKY_HARD_FLOAT
132
133 /* RISC-V integer ABI for ld.so. */
134 #undef RISCV_ABI_XLEN
135
136 /* RISC-V floating-point ABI for ld.so. */
137 #undef RISCV_ABI_FLEN
138
139 /* Linux specific: minimum supported kernel version. */
140 #undef __LINUX_KERNEL_VERSION
141
142 /* Override abi-tags ABI version if necessary. */
143 #undef __ABI_TAG_VERSION
144
145 /* Mach/Hurd specific: define if mig supports the `retcode' keyword. */
146 #undef HAVE_MIG_RETCODE
147
148 /* Mach specific: define if the `host_page_size' RPC is available. */
149 #undef HAVE_HOST_PAGE_SIZE
150
151 /* Mach/i386 specific: define if the `i386_io_perm_*' RPCs are available. */
152 #undef HAVE_I386_IO_PERM_MODIFY
153
154 /* Mach/i386 specific: define if the `i386_set_gdt' RPC is available. */
155 #undef HAVE_I386_SET_GDT
156
157 /* Define if inlined system calls are available. */
158 #undef HAVE_INLINED_SYSCALLS
159
160 /* Define if your compiler defaults to -msecure-plt mode on ppc. */
161 #undef HAVE_PPC_SECURE_PLT
162
163 /* Define if __stack_chk_guard canary should be randomized at program startup. */
164 #undef ENABLE_STACKGUARD_RANDOMIZE
165
166 /* Define if memory tagging support should be enabled. */
167 #undef USE_MTAG
168
169 /* Package description. */
170 #undef PKGVERSION
171
172 /* Bug reporting address. */
173 #undef REPORT_BUGS_TO
174
175 /* Define if multi-arch DSOs should be generated. */
176 #undef USE_MULTIARCH
177
178 /* Define if Systemtap <sys/sdt.h> probes should be defined. */
179 #undef USE_STAP_PROBE
180
181 /* Define if library functions should try to contact the nscd daemon. */
182 #undef USE_NSCD
183
184 /* Define if the dynamic linker should consult an ld.so.cache file. */
185 #undef USE_LDCONFIG
186
187 /* Define to 1 if STT_GNU_IFUNC support actually works. */
188 #define HAVE_IFUNC 0
189
190 /* Define if gcc supports attribute ifunc. */
191 #undef HAVE_GCC_IFUNC
192
193 /* Define if CC supports attribute retain. */
194 #undef HAVE_GNU_RETAIN
195
196 /* Define if the linker defines __ehdr_start. */
197 #undef HAVE_EHDR_START
198
199 /* Define to 1 if the assembler needs intermediate aliases to define
200 multiple symbol versions for one symbol. */
201 #define SYMVER_NEEDS_ALIAS 0
202
203 /*
204 \f */
205
206 #ifndef _LIBC
207
208 /* These symbols might be defined by some sysdeps configures.
209 They are used only in miscellaneous generator programs, not
210 in compiling libc itself. */
211
212 /* sysdeps/generic/configure.ac */
213 #undef HAVE_PSIGNAL
214
215 /* sysdeps/unix/configure.ac */
216 #undef HAVE_STRERROR
217
218 /* sysdeps/unix/common/configure.ac */
219 #undef HAVE_SYS_SIGLIST
220 #undef HAVE__SYS_SIGLIST
221 #undef HAVE__CTYPE_
222 #undef HAVE___CTYPE_
223 #undef HAVE___CTYPE
224 #undef HAVE__CTYPE__
225 #undef HAVE__CTYPE
226 #undef HAVE__LOCP
227
228 #endif
229
230 /*
231 \f */
232
233 #ifdef _LIBC
234
235 /* The zic and zdump programs need these definitions. */
236
237 #define HAVE_STRERROR 1
238
239 /* The locale code needs these definitions. */
240
241 #define HAVE_REGEX 1
242
243 /* The ARM hard-float ABI is being used. */
244 #undef HAVE_ARM_PCS_VFP
245
246 /* The ARM movw/movt instructions using PC-relative relocs work right. */
247 #define ARM_PCREL_MOVW_OK 0
248
249 /* The pt_chown binary is being built and used by grantpt. */
250 #define HAVE_PT_CHOWN 0
251
252 /* Define if the compiler supports __builtin_trap without
253 any external dependencies such as making a function call. */
254 #define HAVE_BUILTIN_TRAP 0
255
256 /* ports/sysdeps/mips/configure.in */
257 /* Define if using the IEEE 754-2008 NaN encoding on the MIPS target. */
258 #undef HAVE_MIPS_NAN2008
259
260 /* The PowerPC64 ELFv2 ABI is being used. */
261 #undef HAVE_ELFV2_ABI
262
263 /* PowerPC32 uses fcfid for integer to floating point conversions. */
264 #define HAVE_PPC_FCFID 0
265
266 /* PowerPC32 uses fctidz for floating point to long long conversions. */
267 #define HAVE_PPC_FCTIDZ 0
268
269 /* Build glibc with tunables support. */
270 #define HAVE_TUNABLES 0
271
272 /* Define if static PIE is supported. */
273 #undef SUPPORT_STATIC_PIE
274
275 /* Define if static PIE is enabled. */
276 #define ENABLE_STATIC_PIE 0
277
278 /* Some compiler options may now allow to use ebp in __asm__ (used mainly
279 in i386 6 argument syscall issue). */
280 #define CAN_USE_REGISTER_ASM_EBP 0
281
282 /* The default value of x86 CET control. */
283 #define DEFAULT_DL_X86_CET_CONTROL cet_elf_property
284
285 /* Define if x86 ISA level should be included in shared libraries. */
286 #undef INCLUDE_X86_ISA_LEVEL
287
288 /* Define if -msahf is enabled by default on x86. */
289 #undef HAVE_X86_LAHF_SAHF
290
291 /* Define if -mmovbe is enabled by default on x86. */
292 #undef HAVE_X86_MOVBE
293
294 #endif