OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / config.in
1 /* config.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define as the number of bits in a byte, if \`limits.h' doesn't. */
4 #ifndef USED_FOR_TARGET
5 #undef CHAR_BIT
6 #endif
7
8
9 /* Define 0/1 to force the choice for exception handling model. */
10 #ifndef USED_FOR_TARGET
11 #undef CONFIG_SJLJ_EXCEPTIONS
12 #endif
13
14
15 /* Define to enable the use of a default assembler. */
16 #ifndef USED_FOR_TARGET
17 #undef DEFAULT_ASSEMBLER
18 #endif
19
20
21 /* Define to enable the use of a default linker. */
22 #ifndef USED_FOR_TARGET
23 #undef DEFAULT_LINKER
24 #endif
25
26
27 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
28    destructors for local statics and global objects. This is essential for
29    fully standards-compliant handling of destructors, but requires
30    __cxa_atexit in libc. */
31 #ifndef USED_FOR_TARGET
32 #undef DEFAULT_USE_CXA_ATEXIT
33 #endif
34
35
36 /* Define if you want assertions enabled. This is a cheap check. */
37 #ifndef USED_FOR_TARGET
38 #undef ENABLE_ASSERT_CHECKING
39 #endif
40
41
42 /* Define if you want more run-time sanity checks. This one gets a grab bag of
43    miscellaneous but relatively cheap checks. */
44 #ifndef USED_FOR_TARGET
45 #undef ENABLE_CHECKING
46 #endif
47
48
49 /* Define to 1 to enable decimal float extension to C. */
50 #ifndef USED_FOR_TARGET
51 #undef ENABLE_DECIMAL_FLOAT
52 #endif
53
54
55 /* Define if you want fold checked that it never destructs its argument. This
56    is quite expensive. */
57 #ifndef USED_FOR_TARGET
58 #undef ENABLE_FOLD_CHECKING
59 #endif
60
61
62 /* Define if you want the garbage collector to operate in maximally paranoid
63    mode, validating the entire heap and collecting garbage at every
64    opportunity. This is extremely expensive. */
65 #ifndef USED_FOR_TARGET
66 #undef ENABLE_GC_ALWAYS_COLLECT
67 #endif
68
69
70 /* Define if you want the garbage collector to do object poisoning and other
71    memory allocation checks. This is quite expensive. */
72 #ifndef USED_FOR_TARGET
73 #undef ENABLE_GC_CHECKING
74 #endif
75
76
77 /* Define to 1 if translation of program messages to the user's native
78    language is requested. */
79 #ifndef USED_FOR_TARGET
80 #undef ENABLE_NLS
81 #endif
82
83
84 /* Define if you want all operations on RTL (the basic data structure of the
85    optimizer and back end) to be checked for dynamic type safety at runtime.
86    This is quite expensive. */
87 #ifndef USED_FOR_TARGET
88 #undef ENABLE_RTL_CHECKING
89 #endif
90
91
92 /* Define if you want RTL flag accesses to be checked against the RTL codes
93    that are supported for each access macro. This is relatively cheap. */
94 #ifndef USED_FOR_TARGET
95 #undef ENABLE_RTL_FLAG_CHECKING
96 #endif
97
98
99 /* Define if you want runtime assertions enabled. This is a cheap check. */
100 #undef ENABLE_RUNTIME_CHECKING
101
102 /* Define if you want all operations on trees (the basic data structure of the
103    front ends) to be checked for dynamic type safety at runtime. This is
104    moderately expensive. The tree browser debugging routines will also be
105    enabled by this option. */
106 #ifndef USED_FOR_TARGET
107 #undef ENABLE_TREE_CHECKING
108 #endif
109
110
111 /* Define if you want to run subprograms and generated programs through
112    valgrind (a memory checker). This is extremely expensive. */
113 #ifndef USED_FOR_TARGET
114 #undef ENABLE_VALGRIND_CHECKING
115 #endif
116
117
118 /* Define to 1 if installation paths should be looked up in the Windows
119    Registry. Ignored on non-Windows hosts. */
120 #ifndef USED_FOR_TARGET
121 #undef ENABLE_WIN32_REGISTRY
122 #endif
123
124
125 /* Define to the name of a file containing a list of extra machine modes for
126    this architecture. */
127 #ifndef USED_FOR_TARGET
128 #undef EXTRA_MODES_FILE
129 #endif
130
131
132 /* Define to enable detailed memory allocation stats gathering. */
133 #ifndef USED_FOR_TARGET
134 #undef GATHER_STATISTICS
135 #endif
136
137
138 /* Define to the type of elements in the array set by `getgroups'. Usually
139    this is either `int' or `gid_t'. */
140 #ifndef USED_FOR_TARGET
141 #undef GETGROUPS_T
142 #endif
143
144
145 /* Define if the zone collector is in use */
146 #ifndef USED_FOR_TARGET
147 #undef GGC_ZONE
148 #endif
149
150
151 /* mcontext_t fields start with __ */
152 #ifndef USED_FOR_TARGET
153 #undef HAS_MCONTEXT_T_UNDERSCORES
154 #endif
155
156
157 /* Define to 1 if you have the `alphasort' function. */
158 #ifndef USED_FOR_TARGET
159 #undef HAVE_ALPHASORT
160 #endif
161
162
163 /* Define if your assembler supports dwarf2 .file/.loc directives, and
164    preserves file table indices exactly as given. */
165 #ifndef USED_FOR_TARGET
166 #undef HAVE_AS_DWARF2_DEBUG_LINE
167 #endif
168
169
170 /* Define if your assembler supports explicit relocations. */
171 #ifndef USED_FOR_TARGET
172 #undef HAVE_AS_EXPLICIT_RELOCS
173 #endif
174
175
176 /* Define if your assembler supports fprnd. */
177 #ifndef USED_FOR_TARGET
178 #undef HAVE_AS_FPRND
179 #endif
180
181
182 /* Define if your assembler supports the --gdwarf2 option. */
183 #ifndef USED_FOR_TARGET
184 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
185 #endif
186
187
188 /* Define true if the assembler supports '.long foo@GOTOFF'. */
189 #ifndef USED_FOR_TARGET
190 #undef HAVE_AS_GOTOFF_IN_DATA
191 #endif
192
193
194 /* Define if your assembler supports the --gstabs option. */
195 #ifndef USED_FOR_TARGET
196 #undef HAVE_AS_GSTABS_DEBUG_FLAG
197 #endif
198
199
200 /* Define if your assembler supports the Sun syntax for cmov. */
201 #ifndef USED_FOR_TARGET
202 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
203 #endif
204
205
206 /* Define if your assembler supports the subtraction of symbols in different
207    sections. */
208 #ifndef USED_FOR_TARGET
209 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
210 #endif
211
212
213 /* Define if your assembler supports the ffreep mnemonic. */
214 #ifndef USED_FOR_TARGET
215 #undef HAVE_AS_IX86_FFREEP
216 #endif
217
218
219 /* Define if your assembler supports the lituse_jsrdirect relocation. */
220 #ifndef USED_FOR_TARGET
221 #undef HAVE_AS_JSRDIRECT_RELOCS
222 #endif
223
224
225 /* Define if your assembler supports .sleb128 and .uleb128. */
226 #ifndef USED_FOR_TARGET
227 #undef HAVE_AS_LEB128
228 #endif
229
230
231 /* Define if your assembler supports ltoffx and ldxmov relocations. */
232 #ifndef USED_FOR_TARGET
233 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
234 #endif
235
236
237 /* Define if your assembler supports mfcr field. */
238 #ifndef USED_FOR_TARGET
239 #undef HAVE_AS_MFCRF
240 #endif
241
242
243 /* Define if your assembler supports mffgpr and mftgpr. */
244 #ifndef USED_FOR_TARGET
245 #undef HAVE_AS_MFPGPR
246 #endif
247
248
249 /* Define if your assembler supports the -no-mul-bug-abort option. */
250 #ifndef USED_FOR_TARGET
251 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
252 #endif
253
254
255 /* Define if the assembler understands -mno-shared. */
256 #ifndef USED_FOR_TARGET
257 #undef HAVE_AS_NO_SHARED
258 #endif
259
260
261 /* Define if your assembler supports offsetable %lo(). */
262 #ifndef USED_FOR_TARGET
263 #undef HAVE_AS_OFFSETABLE_LO10
264 #endif
265
266
267 /* Define if your assembler supports popcntb field. */
268 #ifndef USED_FOR_TARGET
269 #undef HAVE_AS_POPCNTB
270 #endif
271
272
273 /* Define if your assembler supports .register. */
274 #ifndef USED_FOR_TARGET
275 #undef HAVE_AS_REGISTER_PSEUDO_OP
276 #endif
277
278
279 /* Define if your assembler supports R_PPC_REL16 relocs. */
280 #ifndef USED_FOR_TARGET
281 #undef HAVE_AS_REL16
282 #endif
283
284
285 /* Define if your assembler supports -relax option. */
286 #ifndef USED_FOR_TARGET
287 #undef HAVE_AS_RELAX_OPTION
288 #endif
289
290
291 /* Define if your assembler and linker support unaligned PC relative relocs.
292    */
293 #ifndef USED_FOR_TARGET
294 #undef HAVE_AS_SPARC_UA_PCREL
295 #endif
296
297
298 /* Define if your assembler and linker support unaligned PC relative relocs
299    against hidden symbols. */
300 #ifndef USED_FOR_TARGET
301 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
302 #endif
303
304
305 /* Define if your assembler supports thread-local storage. */
306 #ifndef USED_FOR_TARGET
307 #undef HAVE_AS_TLS
308 #endif
309
310
311 /* Define to 1 if you have the `atoll' function. */
312 #ifndef USED_FOR_TARGET
313 #undef HAVE_ATOLL
314 #endif
315
316
317 /* Define to 1 if you have the `atoq' function. */
318 #ifndef USED_FOR_TARGET
319 #undef HAVE_ATOQ
320 #endif
321
322
323 /* Define to 1 if you have the `clearerr_unlocked' function. */
324 #ifndef USED_FOR_TARGET
325 #undef HAVE_CLEARERR_UNLOCKED
326 #endif
327
328
329 /* Define to 1 if you have the `clock' function. */
330 #ifndef USED_FOR_TARGET
331 #undef HAVE_CLOCK
332 #endif
333
334
335 /* Define if <time.h> defines clock_t. */
336 #ifndef USED_FOR_TARGET
337 #undef HAVE_CLOCK_T
338 #endif
339
340
341 /* Define 0/1 if your assembler and linker support COMDAT groups. */
342 #ifndef USED_FOR_TARGET
343 #undef HAVE_COMDAT_GROUP
344 #endif
345
346
347 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
348    */
349 #ifndef USED_FOR_TARGET
350 #undef HAVE_DECL_ABORT
351 #endif
352
353
354 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
355    0. */
356 #ifndef USED_FOR_TARGET
357 #undef HAVE_DECL_ASPRINTF
358 #endif
359
360
361 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
362 #ifndef USED_FOR_TARGET
363 #undef HAVE_DECL_ATOF
364 #endif
365
366
367 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
368 #ifndef USED_FOR_TARGET
369 #undef HAVE_DECL_ATOL
370 #endif
371
372
373 /* Define to 1 if we found a declaration for 'basename', otherwise define to
374    0. */
375 #ifndef USED_FOR_TARGET
376 #undef HAVE_DECL_BASENAME
377 #endif
378
379
380 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
381    */
382 #ifndef USED_FOR_TARGET
383 #undef HAVE_DECL_CALLOC
384 #endif
385
386
387 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
388    define to 0. */
389 #ifndef USED_FOR_TARGET
390 #undef HAVE_DECL_CLEARERR_UNLOCKED
391 #endif
392
393
394 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
395    */
396 #ifndef USED_FOR_TARGET
397 #undef HAVE_DECL_CLOCK
398 #endif
399
400
401 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
402    */
403 #ifndef USED_FOR_TARGET
404 #undef HAVE_DECL_ERRNO
405 #endif
406
407
408 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
409    to 0. */
410 #ifndef USED_FOR_TARGET
411 #undef HAVE_DECL_FEOF_UNLOCKED
412 #endif
413
414
415 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
416    define to 0. */
417 #ifndef USED_FOR_TARGET
418 #undef HAVE_DECL_FERROR_UNLOCKED
419 #endif
420
421
422 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
423    define to 0. */
424 #ifndef USED_FOR_TARGET
425 #undef HAVE_DECL_FFLUSH_UNLOCKED
426 #endif
427
428
429 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
430    define to 0. */
431 #ifndef USED_FOR_TARGET
432 #undef HAVE_DECL_FGETC_UNLOCKED
433 #endif
434
435
436 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
437    define to 0. */
438 #ifndef USED_FOR_TARGET
439 #undef HAVE_DECL_FGETS_UNLOCKED
440 #endif
441
442
443 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
444    define to 0. */
445 #ifndef USED_FOR_TARGET
446 #undef HAVE_DECL_FILENO_UNLOCKED
447 #endif
448
449
450 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
451    define to 0. */
452 #ifndef USED_FOR_TARGET
453 #undef HAVE_DECL_FPRINTF_UNLOCKED
454 #endif
455
456
457 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
458    define to 0. */
459 #ifndef USED_FOR_TARGET
460 #undef HAVE_DECL_FPUTC_UNLOCKED
461 #endif
462
463
464 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
465    define to 0. */
466 #ifndef USED_FOR_TARGET
467 #undef HAVE_DECL_FPUTS_UNLOCKED
468 #endif
469
470
471 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
472    define to 0. */
473 #ifndef USED_FOR_TARGET
474 #undef HAVE_DECL_FREAD_UNLOCKED
475 #endif
476
477
478 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
479 #ifndef USED_FOR_TARGET
480 #undef HAVE_DECL_FREE
481 #endif
482
483
484 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
485    define to 0. */
486 #ifndef USED_FOR_TARGET
487 #undef HAVE_DECL_FWRITE_UNLOCKED
488 #endif
489
490
491 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
492    define to 0. */
493 #ifndef USED_FOR_TARGET
494 #undef HAVE_DECL_GETCHAR_UNLOCKED
495 #endif
496
497
498 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
499    */
500 #ifndef USED_FOR_TARGET
501 #undef HAVE_DECL_GETCWD
502 #endif
503
504
505 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
506    to 0. */
507 #ifndef USED_FOR_TARGET
508 #undef HAVE_DECL_GETC_UNLOCKED
509 #endif
510
511
512 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
513    */
514 #ifndef USED_FOR_TARGET
515 #undef HAVE_DECL_GETENV
516 #endif
517
518
519 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
520    */
521 #ifndef USED_FOR_TARGET
522 #undef HAVE_DECL_GETOPT
523 #endif
524
525
526 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
527    to 0. */
528 #ifndef USED_FOR_TARGET
529 #undef HAVE_DECL_GETPAGESIZE
530 #endif
531
532
533 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
534    0. */
535 #ifndef USED_FOR_TARGET
536 #undef HAVE_DECL_GETRLIMIT
537 #endif
538
539
540 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
541    0. */
542 #ifndef USED_FOR_TARGET
543 #undef HAVE_DECL_GETRUSAGE
544 #endif
545
546
547 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
548    */
549 #ifndef USED_FOR_TARGET
550 #undef HAVE_DECL_GETWD
551 #endif
552
553
554 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
555    0. */
556 #ifndef USED_FOR_TARGET
557 #undef HAVE_DECL_LDGETNAME
558 #endif
559
560
561 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
562    */
563 #ifndef USED_FOR_TARGET
564 #undef HAVE_DECL_MALLOC
565 #endif
566
567
568 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
569    define to 0. */
570 #ifndef USED_FOR_TARGET
571 #undef HAVE_DECL_PUTCHAR_UNLOCKED
572 #endif
573
574
575 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
576    to 0. */
577 #ifndef USED_FOR_TARGET
578 #undef HAVE_DECL_PUTC_UNLOCKED
579 #endif
580
581
582 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
583    */
584 #ifndef USED_FOR_TARGET
585 #undef HAVE_DECL_REALLOC
586 #endif
587
588
589 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
590 #ifndef USED_FOR_TARGET
591 #undef HAVE_DECL_SBRK
592 #endif
593
594
595 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
596    0. */
597 #ifndef USED_FOR_TARGET
598 #undef HAVE_DECL_SETRLIMIT
599 #endif
600
601
602 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
603    to 0. */
604 #ifndef USED_FOR_TARGET
605 #undef HAVE_DECL_SIGALTSTACK
606 #endif
607
608
609 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
610    0. */
611 #ifndef USED_FOR_TARGET
612 #undef HAVE_DECL_SNPRINTF
613 #endif
614
615
616 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
617    0. */
618 #ifndef USED_FOR_TARGET
619 #undef HAVE_DECL_STRSIGNAL
620 #endif
621
622
623 /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
624    */
625 #ifndef USED_FOR_TARGET
626 #undef HAVE_DECL_STRSTR
627 #endif
628
629
630 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
631    0. */
632 #ifndef USED_FOR_TARGET
633 #undef HAVE_DECL_STRVERSCMP
634 #endif
635
636
637 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
638    */
639 #ifndef USED_FOR_TARGET
640 #undef HAVE_DECL_TIMES
641 #endif
642
643
644 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
645    0. */
646 #ifndef USED_FOR_TARGET
647 #undef HAVE_DECL_VASPRINTF
648 #endif
649
650
651 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
652    0. */
653 #ifndef USED_FOR_TARGET
654 #undef HAVE_DECL_VSNPRINTF
655 #endif
656
657
658 /* Define to 1 if you have the <direct.h> header file. */
659 #ifndef USED_FOR_TARGET
660 #undef HAVE_DIRECT_H
661 #endif
662
663
664 /* Define to 1 if you have the <fcntl.h> header file. */
665 #ifndef USED_FOR_TARGET
666 #undef HAVE_FCNTL_H
667 #endif
668
669
670 /* Define to 1 if you have the `feof_unlocked' function. */
671 #ifndef USED_FOR_TARGET
672 #undef HAVE_FEOF_UNLOCKED
673 #endif
674
675
676 /* Define to 1 if you have the `ferror_unlocked' function. */
677 #ifndef USED_FOR_TARGET
678 #undef HAVE_FERROR_UNLOCKED
679 #endif
680
681
682 /* Define to 1 if you have the `fflush_unlocked' function. */
683 #ifndef USED_FOR_TARGET
684 #undef HAVE_FFLUSH_UNLOCKED
685 #endif
686
687
688 /* Define to 1 if you have the `fgetc_unlocked' function. */
689 #ifndef USED_FOR_TARGET
690 #undef HAVE_FGETC_UNLOCKED
691 #endif
692
693
694 /* Define to 1 if you have the `fgets_unlocked' function. */
695 #ifndef USED_FOR_TARGET
696 #undef HAVE_FGETS_UNLOCKED
697 #endif
698
699
700 /* Define to 1 if you have the `fileno_unlocked' function. */
701 #ifndef USED_FOR_TARGET
702 #undef HAVE_FILENO_UNLOCKED
703 #endif
704
705
706 /* Define to 1 if you have the `fork' function. */
707 #ifndef USED_FOR_TARGET
708 #undef HAVE_FORK
709 #endif
710
711
712 /* Define to 1 if you have the `fprintf_unlocked' function. */
713 #ifndef USED_FOR_TARGET
714 #undef HAVE_FPRINTF_UNLOCKED
715 #endif
716
717
718 /* Define to 1 if you have the `fputc_unlocked' function. */
719 #ifndef USED_FOR_TARGET
720 #undef HAVE_FPUTC_UNLOCKED
721 #endif
722
723
724 /* Define to 1 if you have the `fputs_unlocked' function. */
725 #ifndef USED_FOR_TARGET
726 #undef HAVE_FPUTS_UNLOCKED
727 #endif
728
729
730 /* Define to 1 if you have the `fread_unlocked' function. */
731 #ifndef USED_FOR_TARGET
732 #undef HAVE_FREAD_UNLOCKED
733 #endif
734
735
736 /* Define to 1 if you have the `fwrite_unlocked' function. */
737 #ifndef USED_FOR_TARGET
738 #undef HAVE_FWRITE_UNLOCKED
739 #endif
740
741
742 /* Define if your assembler supports .balign and .p2align. */
743 #ifndef USED_FOR_TARGET
744 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
745 #endif
746
747
748 /* Define if your assembler uses the new HImode fild and fist notation. */
749 #ifndef USED_FOR_TARGET
750 #undef HAVE_GAS_FILDS_FISTS
751 #endif
752
753
754 /* Define if your assembler and linker support .hidden. */
755 #undef HAVE_GAS_HIDDEN
756
757 /* Define if your assembler supports specifying the maximum number of bytes to
758    skip when using the GAS .p2align command. */
759 #ifndef USED_FOR_TARGET
760 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
761 #endif
762
763
764 /* Define if your assembler supports .nsubspa comdat option. */
765 #ifndef USED_FOR_TARGET
766 #undef HAVE_GAS_NSUBSPA_COMDAT
767 #endif
768
769
770 /* Define if your assembler and linker support 32-bit section relative relocs
771    via '.secrel32 label'. */
772 #ifndef USED_FOR_TARGET
773 #undef HAVE_GAS_PE_SECREL32_RELOC
774 #endif
775
776
777 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
778    */
779 #ifndef USED_FOR_TARGET
780 #undef HAVE_GAS_SHF_MERGE
781 #endif
782
783
784 /* Define if your assembler supports .subsection and .subsection -1 starts
785    emitting at the beginning of your section. */
786 #ifndef USED_FOR_TARGET
787 #undef HAVE_GAS_SUBSECTION_ORDERING
788 #endif
789
790
791 /* Define if your assembler supports .weak. */
792 #ifndef USED_FOR_TARGET
793 #undef HAVE_GAS_WEAK
794 #endif
795
796
797 /* Define if your assembler supports .weakref. */
798 #ifndef USED_FOR_TARGET
799 #undef HAVE_GAS_WEAKREF
800 #endif
801
802
803 /* Define to 1 if you have the `getchar_unlocked' function. */
804 #ifndef USED_FOR_TARGET
805 #undef HAVE_GETCHAR_UNLOCKED
806 #endif
807
808
809 /* Define to 1 if you have the `getc_unlocked' function. */
810 #ifndef USED_FOR_TARGET
811 #undef HAVE_GETC_UNLOCKED
812 #endif
813
814
815 /* Define to 1 if system unwind library has _Unwind_GetIPInfo. */
816 #undef HAVE_GETIPINFO
817
818 /* Define to 1 if you have the `getrlimit' function. */
819 #ifndef USED_FOR_TARGET
820 #undef HAVE_GETRLIMIT
821 #endif
822
823
824 /* Define to 1 if you have the `getrusage' function. */
825 #ifndef USED_FOR_TARGET
826 #undef HAVE_GETRUSAGE
827 #endif
828
829
830 /* Define to 1 if you have the `gettimeofday' function. */
831 #ifndef USED_FOR_TARGET
832 #undef HAVE_GETTIMEOFDAY
833 #endif
834
835
836 /* Define if you have the iconv() function. */
837 #ifndef USED_FOR_TARGET
838 #undef HAVE_ICONV
839 #endif
840
841
842 /* Define to 1 if you have the <iconv.h> header file. */
843 #ifndef USED_FOR_TARGET
844 #undef HAVE_ICONV_H
845 #endif
846
847
848 /* Define .init_array/.fini_array sections are available and working. */
849 #ifndef USED_FOR_TARGET
850 #undef HAVE_INITFINI_ARRAY
851 #endif
852
853
854 /* Define if you have a working <inttypes.h> header file. */
855 #ifndef USED_FOR_TARGET
856 #undef HAVE_INTTYPES_H
857 #endif
858
859
860 /* Define to 1 if you have the `kill' function. */
861 #ifndef USED_FOR_TARGET
862 #undef HAVE_KILL
863 #endif
864
865
866 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
867 #ifndef USED_FOR_TARGET
868 #undef HAVE_LANGINFO_CODESET
869 #endif
870
871
872 /* Define to 1 if you have the <langinfo.h> header file. */
873 #ifndef USED_FOR_TARGET
874 #undef HAVE_LANGINFO_H
875 #endif
876
877
878 /* Define if your <locale.h> file defines LC_MESSAGES. */
879 #ifndef USED_FOR_TARGET
880 #undef HAVE_LC_MESSAGES
881 #endif
882
883
884 /* Define to 1 if you have the <ldfcn.h> header file. */
885 #ifndef USED_FOR_TARGET
886 #undef HAVE_LDFCN_H
887 #endif
888
889
890 /* Define if your linker supports --as-needed and --no-as-needed options. */
891 #ifndef USED_FOR_TARGET
892 #undef HAVE_LD_AS_NEEDED
893 #endif
894
895
896 /* Define if your linker supports --demangle option. */
897 #ifndef USED_FOR_TARGET
898 #undef HAVE_LD_DEMANGLE
899 #endif
900
901
902 /* Define if your linker supports --eh-frame-hdr option. */
903 #undef HAVE_LD_EH_FRAME_HDR
904
905 /* Define if your linker supports garbage collection of sections in presence
906    of EH frames. */
907 #ifndef USED_FOR_TARGET
908 #undef HAVE_LD_EH_GC_SECTIONS
909 #endif
910
911
912 /* Define if your PowerPC64 linker only needs function descriptor syms. */
913 #ifndef USED_FOR_TARGET
914 #undef HAVE_LD_NO_DOT_SYMS
915 #endif
916
917
918 /* Define if your linker supports -pie option. */
919 #ifndef USED_FOR_TARGET
920 #undef HAVE_LD_PIE
921 #endif
922
923
924 /* Define if your linker links a mix of read-only and read-write sections into
925    a read-write section. */
926 #ifndef USED_FOR_TARGET
927 #undef HAVE_LD_RO_RW_SECTION_MIXING
928 #endif
929
930
931 /* Define if your linker supports -Bstatic/-Bdynamic option. */
932 #ifndef USED_FOR_TARGET
933 #undef HAVE_LD_STATIC_DYNAMIC
934 #endif
935
936
937 /* Define if your linker supports --sysroot. */
938 #ifndef USED_FOR_TARGET
939 #undef HAVE_LD_SYSROOT
940 #endif
941
942
943 /* Define to 1 if you have the <limits.h> header file. */
944 #ifndef USED_FOR_TARGET
945 #undef HAVE_LIMITS_H
946 #endif
947
948
949 /* Define to 1 if you have the <locale.h> header file. */
950 #ifndef USED_FOR_TARGET
951 #undef HAVE_LOCALE_H
952 #endif
953
954
955 /* Define to 1 if the system has the type `long long'. */
956 #ifndef USED_FOR_TARGET
957 #undef HAVE_LONG_LONG
958 #endif
959
960
961 /* Define to 1 if you have the <malloc.h> header file. */
962 #ifndef USED_FOR_TARGET
963 #undef HAVE_MALLOC_H
964 #endif
965
966
967 /* Define to 1 if you have the `mbstowcs' function. */
968 #ifndef USED_FOR_TARGET
969 #undef HAVE_MBSTOWCS
970 #endif
971
972
973 /* Define if valgrind's memcheck.h header is installed. */
974 #ifndef USED_FOR_TARGET
975 #undef HAVE_MEMCHECK_H
976 #endif
977
978
979 /* Define to 1 if you have the <memory.h> header file. */
980 #ifndef USED_FOR_TARGET
981 #undef HAVE_MEMORY_H
982 #endif
983
984
985 /* Define to 1 if you have the `mincore' function. */
986 #ifndef USED_FOR_TARGET
987 #undef HAVE_MINCORE
988 #endif
989
990
991 /* Define to 1 if you have the `mmap' function. */
992 #ifndef USED_FOR_TARGET
993 #undef HAVE_MMAP
994 #endif
995
996
997 /* Define if mmap with MAP_ANON(YMOUS) works. */
998 #ifndef USED_FOR_TARGET
999 #undef HAVE_MMAP_ANON
1000 #endif
1001
1002
1003 /* Define if mmap of /dev/zero works. */
1004 #ifndef USED_FOR_TARGET
1005 #undef HAVE_MMAP_DEV_ZERO
1006 #endif
1007
1008
1009 /* Define if read-only mmap of a plain file works. */
1010 #ifndef USED_FOR_TARGET
1011 #undef HAVE_MMAP_FILE
1012 #endif
1013
1014
1015 /* Define to 1 if you have the `nl_langinfo' function. */
1016 #ifndef USED_FOR_TARGET
1017 #undef HAVE_NL_LANGINFO
1018 #endif
1019
1020
1021 /* Define to 1 if you have the `putchar_unlocked' function. */
1022 #ifndef USED_FOR_TARGET
1023 #undef HAVE_PUTCHAR_UNLOCKED
1024 #endif
1025
1026
1027 /* Define to 1 if you have the `putc_unlocked' function. */
1028 #ifndef USED_FOR_TARGET
1029 #undef HAVE_PUTC_UNLOCKED
1030 #endif
1031
1032
1033 /* Define to 1 if you have the `scandir' function. */
1034 #ifndef USED_FOR_TARGET
1035 #undef HAVE_SCANDIR
1036 #endif
1037
1038
1039 /* Define to 1 if you have the `setlocale' function. */
1040 #ifndef USED_FOR_TARGET
1041 #undef HAVE_SETLOCALE
1042 #endif
1043
1044
1045 /* Define to 1 if you have the `setrlimit' function. */
1046 #ifndef USED_FOR_TARGET
1047 #undef HAVE_SETRLIMIT
1048 #endif
1049
1050
1051 /* Define to 1 if you have the <stddef.h> header file. */
1052 #ifndef USED_FOR_TARGET
1053 #undef HAVE_STDDEF_H
1054 #endif
1055
1056
1057 /* Define to 1 if you have the <stdint.h> header file. */
1058 #ifndef USED_FOR_TARGET
1059 #undef HAVE_STDINT_H
1060 #endif
1061
1062
1063 /* Define to 1 if you have the <stdlib.h> header file. */
1064 #ifndef USED_FOR_TARGET
1065 #undef HAVE_STDLIB_H
1066 #endif
1067
1068
1069 /* Define to 1 if you have the <strings.h> header file. */
1070 #ifndef USED_FOR_TARGET
1071 #undef HAVE_STRINGS_H
1072 #endif
1073
1074
1075 /* Define to 1 if you have the <string.h> header file. */
1076 #ifndef USED_FOR_TARGET
1077 #undef HAVE_STRING_H
1078 #endif
1079
1080
1081 /* Define to 1 if you have the `strsignal' function. */
1082 #ifndef USED_FOR_TARGET
1083 #undef HAVE_STRSIGNAL
1084 #endif
1085
1086
1087 /* Define if <sys/times.h> defines struct tms. */
1088 #ifndef USED_FOR_TARGET
1089 #undef HAVE_STRUCT_TMS
1090 #endif
1091
1092
1093 /* Define to 1 if you have the `sysconf' function. */
1094 #ifndef USED_FOR_TARGET
1095 #undef HAVE_SYSCONF
1096 #endif
1097
1098
1099 /* Define to 1 if you have the <sys/file.h> header file. */
1100 #ifndef USED_FOR_TARGET
1101 #undef HAVE_SYS_FILE_H
1102 #endif
1103
1104
1105 /* Define to 1 if you have the <sys/mman.h> header file. */
1106 #ifndef USED_FOR_TARGET
1107 #undef HAVE_SYS_MMAN_H
1108 #endif
1109
1110
1111 /* Define to 1 if you have the <sys/param.h> header file. */
1112 #ifndef USED_FOR_TARGET
1113 #undef HAVE_SYS_PARAM_H
1114 #endif
1115
1116
1117 /* Define to 1 if you have the <sys/resource.h> header file. */
1118 #ifndef USED_FOR_TARGET
1119 #undef HAVE_SYS_RESOURCE_H
1120 #endif
1121
1122
1123 /* Define to 1 if you have the <sys/stat.h> header file. */
1124 #ifndef USED_FOR_TARGET
1125 #undef HAVE_SYS_STAT_H
1126 #endif
1127
1128
1129 /* Define to 1 if you have the <sys/times.h> header file. */
1130 #ifndef USED_FOR_TARGET
1131 #undef HAVE_SYS_TIMES_H
1132 #endif
1133
1134
1135 /* Define to 1 if you have the <sys/time.h> header file. */
1136 #ifndef USED_FOR_TARGET
1137 #undef HAVE_SYS_TIME_H
1138 #endif
1139
1140
1141 /* Define to 1 if you have the <sys/types.h> header file. */
1142 #ifndef USED_FOR_TARGET
1143 #undef HAVE_SYS_TYPES_H
1144 #endif
1145
1146
1147 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1148 #ifndef USED_FOR_TARGET
1149 #undef HAVE_SYS_WAIT_H
1150 #endif
1151
1152
1153 /* Define to 1 if you have the `times' function. */
1154 #ifndef USED_FOR_TARGET
1155 #undef HAVE_TIMES
1156 #endif
1157
1158
1159 /* Define to 1 if you have the <time.h> header file. */
1160 #ifndef USED_FOR_TARGET
1161 #undef HAVE_TIME_H
1162 #endif
1163
1164
1165 /* Define to 1 if you have the <unistd.h> header file. */
1166 #ifndef USED_FOR_TARGET
1167 #undef HAVE_UNISTD_H
1168 #endif
1169
1170
1171 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1172 #ifndef USED_FOR_TARGET
1173 #undef HAVE_VALGRIND_MEMCHECK_H
1174 #endif
1175
1176
1177 /* Define to 1 if you have the `vfork' function. */
1178 #ifndef USED_FOR_TARGET
1179 #undef HAVE_VFORK
1180 #endif
1181
1182
1183 /* Define to 1 if you have the <vfork.h> header file. */
1184 #ifndef USED_FOR_TARGET
1185 #undef HAVE_VFORK_H
1186 #endif
1187
1188
1189 /* Define to 1 if you have the <wchar.h> header file. */
1190 #ifndef USED_FOR_TARGET
1191 #undef HAVE_WCHAR_H
1192 #endif
1193
1194
1195 /* Define to 1 if you have the `wcswidth' function. */
1196 #ifndef USED_FOR_TARGET
1197 #undef HAVE_WCSWIDTH
1198 #endif
1199
1200
1201 /* Define to 1 if `fork' works. */
1202 #ifndef USED_FOR_TARGET
1203 #undef HAVE_WORKING_FORK
1204 #endif
1205
1206
1207 /* Define this macro if mbstowcs does not crash when its first argument is
1208    NULL. */
1209 #ifndef USED_FOR_TARGET
1210 #undef HAVE_WORKING_MBSTOWCS
1211 #endif
1212
1213
1214 /* Define to 1 if `vfork' works. */
1215 #ifndef USED_FOR_TARGET
1216 #undef HAVE_WORKING_VFORK
1217 #endif
1218
1219
1220 /* Define to 1 if the system has the type `__int64'. */
1221 #ifndef USED_FOR_TARGET
1222 #undef HAVE___INT64
1223 #endif
1224
1225
1226 /* Define as const if the declaration of iconv() needs const. */
1227 #ifndef USED_FOR_TARGET
1228 #undef ICONV_CONST
1229 #endif
1230
1231
1232 /* Define if host mkdir takes a single argument. */
1233 #ifndef USED_FOR_TARGET
1234 #undef MKDIR_TAKES_ONE_ARG
1235 #endif
1236
1237
1238 /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
1239 #ifndef USED_FOR_TARGET
1240 #undef NEED_64BIT_HOST_WIDE_INT
1241 #endif
1242
1243
1244 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1245 #ifndef USED_FOR_TARGET
1246 #undef NO_MINUS_C_MINUS_O
1247 #endif
1248
1249
1250 /* Define to the address where bug reports for this package should be sent. */
1251 #ifndef USED_FOR_TARGET
1252 #undef PACKAGE_BUGREPORT
1253 #endif
1254
1255
1256 /* Define to the full name of this package. */
1257 #ifndef USED_FOR_TARGET
1258 #undef PACKAGE_NAME
1259 #endif
1260
1261
1262 /* Define to the full name and version of this package. */
1263 #ifndef USED_FOR_TARGET
1264 #undef PACKAGE_STRING
1265 #endif
1266
1267
1268 /* Define to the one symbol short name of this package. */
1269 #ifndef USED_FOR_TARGET
1270 #undef PACKAGE_TARNAME
1271 #endif
1272
1273
1274 /* Define to the version of this package. */
1275 #ifndef USED_FOR_TARGET
1276 #undef PACKAGE_VERSION
1277 #endif
1278
1279
1280 /* Define to PREFIX/include if cpp should also search that directory. */
1281 #ifndef USED_FOR_TARGET
1282 #undef PREFIX_INCLUDE_DIR
1283 #endif
1284
1285
1286 /* The size of a `int', as computed by sizeof. */
1287 #ifndef USED_FOR_TARGET
1288 #undef SIZEOF_INT
1289 #endif
1290
1291
1292 /* The size of a `long', as computed by sizeof. */
1293 #ifndef USED_FOR_TARGET
1294 #undef SIZEOF_LONG
1295 #endif
1296
1297
1298 /* The size of a `long long', as computed by sizeof. */
1299 #ifndef USED_FOR_TARGET
1300 #undef SIZEOF_LONG_LONG
1301 #endif
1302
1303
1304 /* The size of a `short', as computed by sizeof. */
1305 #ifndef USED_FOR_TARGET
1306 #undef SIZEOF_SHORT
1307 #endif
1308
1309
1310 /* The size of a `void *', as computed by sizeof. */
1311 #ifndef USED_FOR_TARGET
1312 #undef SIZEOF_VOID_P
1313 #endif
1314
1315
1316 /* The size of a `__int64', as computed by sizeof. */
1317 #ifndef USED_FOR_TARGET
1318 #undef SIZEOF___INT64
1319 #endif
1320
1321
1322 /* Define to 1 if you have the ANSI C header files. */
1323 #ifndef USED_FOR_TARGET
1324 #undef STDC_HEADERS
1325 #endif
1326
1327
1328 /* Define if you can safely include both <string.h> and <strings.h>. */
1329 #ifndef USED_FOR_TARGET
1330 #undef STRING_WITH_STRINGS
1331 #endif
1332
1333
1334 /* Define if TFmode long double should be the default */
1335 #ifndef USED_FOR_TARGET
1336 #undef TARGET_DEFAULT_LONG_DOUBLE_128
1337 #endif
1338
1339
1340 /* Define if your target C library provides stack protector support */
1341 #ifndef USED_FOR_TARGET
1342 #undef TARGET_LIBC_PROVIDES_SSP
1343 #endif
1344
1345
1346 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1347 #ifndef USED_FOR_TARGET
1348 #undef TIME_WITH_SYS_TIME
1349 #endif
1350
1351
1352 /* Define if your assembler mis-optimizes .eh_frame data. */
1353 #ifndef USED_FOR_TARGET
1354 #undef USE_AS_TRADITIONAL_FORMAT
1355 #endif
1356
1357
1358 /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
1359    still efficiently supported by the host hardware. */
1360 #ifndef USED_FOR_TARGET
1361 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
1362 #endif
1363
1364
1365 /* Define if location_t is fileline integer cookie. */
1366 #ifndef USED_FOR_TARGET
1367 #undef USE_MAPPED_LOCATION
1368 #endif
1369
1370
1371 /* Define to be the last component of the Windows registry key under which to
1372    look for installation paths. The full key used will be
1373    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1374    The default is the GCC version number. */
1375 #ifndef USED_FOR_TARGET
1376 #undef WIN32_REGISTRY_KEY
1377 #endif
1378
1379
1380 /* Define to 1 if your processor stores words with the most significant byte
1381    first (like Motorola and SPARC, unlike Intel and VAX). */
1382 #ifndef USED_FOR_TARGET
1383 #undef WORDS_BIGENDIAN
1384 #endif
1385
1386
1387 /* Always define this when using the GNU C Library */
1388 #ifndef USED_FOR_TARGET
1389 #undef _GNU_SOURCE
1390 #endif
1391
1392
1393 /* Define to `int' if <sys/types.h> doesn't define. */
1394 #ifndef USED_FOR_TARGET
1395 #undef gid_t
1396 #endif
1397
1398
1399 /* Define to `__inline__' or `__inline' if that's what the C compiler
1400    calls it, or to nothing if 'inline' is not supported under any name.  */
1401 #ifndef __cplusplus
1402 #undef inline
1403 #endif
1404
1405 /* Define to `int' if <sys/types.h> does not define. */
1406 #ifndef USED_FOR_TARGET
1407 #undef pid_t
1408 #endif
1409
1410
1411 /* Define to \`long' if <sys/resource.h> doesn't define. */
1412 #ifndef USED_FOR_TARGET
1413 #undef rlim_t
1414 #endif
1415
1416
1417 /* Define to `int' if <sys/types.h> does not define. */
1418 #ifndef USED_FOR_TARGET
1419 #undef ssize_t
1420 #endif
1421
1422
1423 /* Define to `int' if <sys/types.h> doesn't define. */
1424 #ifndef USED_FOR_TARGET
1425 #undef uid_t
1426 #endif
1427
1428
1429 /* Define as `fork' if `vfork' does not work. */
1430 #ifndef USED_FOR_TARGET
1431 #undef vfork
1432 #endif
1433