X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fconfig.in;h=2fc11775ddece115f4ecd3a6a11a7043229ff58e;hb=f863d3e30f9f9824d57c40726660577effc6b0f1;hp=6221762435f58b7b09ad9346183addad1d819a8c;hpb=592222c2c7c35a63d4deecb3acbf1743ac220905;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/config.in b/gcc/config.in index 6221762435f..2fc11775dde 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -46,6 +46,12 @@ #endif +/* Define to 1 to enable decimal float extension to C. */ +#ifndef USED_FOR_TARGET +#undef ENABLE_DECIMAL_FLOAT +#endif + + /* Define if you want fold checked that it never destructs its argument. This is quite expensive. */ #ifndef USED_FOR_TARGET @@ -142,6 +148,12 @@ #endif +/* mcontext_t fields start with __ */ +#ifndef USED_FOR_TARGET +#undef HAS_MCONTEXT_T_UNDERSCORES +#endif + + /* Define to 1 if you have the `alphasort' function. */ #ifndef USED_FOR_TARGET #undef HAVE_ALPHASORT @@ -161,6 +173,12 @@ #endif +/* Define if your assembler supports fprnd. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_FPRND +#endif + + /* Define if your assembler supports the --gdwarf2 option. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_GDWARF2_DEBUG_FLAG @@ -185,6 +203,12 @@ #endif +/* Define if your assembler supports the ffreep mnemonic. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_IX86_FFREEP +#endif + + /* Define if your assembler supports the lituse_jsrdirect relocation. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_JSRDIRECT_RELOCS @@ -215,6 +239,12 @@ #endif +/* Define if the assembler understands -mno-shared. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_NO_SHARED +#endif + + /* Define if your assembler supports offsetable %lo(). */ #ifndef USED_FOR_TARGET #undef HAVE_AS_OFFSETABLE_LO10 @@ -308,6 +338,13 @@ #endif +/* Define to 1 if we found a declaration for 'asprintf', otherwise define to + 0. */ +#ifndef USED_FOR_TARGET +#undef HAVE_DECL_ASPRINTF +#endif + + /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */ #ifndef USED_FOR_TARGET #undef HAVE_DECL_ATOF @@ -549,6 +586,13 @@ #endif +/* Define to 1 if we found a declaration for 'sigaltstack', otherwise define + to 0. */ +#ifndef USED_FOR_TARGET +#undef HAVE_DECL_SIGALTSTACK +#endif + + /* Define to 1 if we found a declaration for 'snprintf', otherwise define to 0. */ #ifndef USED_FOR_TARGET @@ -570,6 +614,13 @@ #endif +/* Define to 1 if we found a declaration for 'strverscmp', otherwise define to + 0. */ +#ifndef USED_FOR_TARGET +#undef HAVE_DECL_STRVERSCMP +#endif + + /* Define to 1 if we found a declaration for 'times', otherwise define to 0. */ #ifndef USED_FOR_TARGET @@ -597,12 +648,6 @@ #endif -/* Define to 1 if you have the `dup2' function. */ -#ifndef USED_FOR_TARGET -#undef HAVE_DUP2 -#endif - - /* Define to 1 if you have the header file. */ #ifndef USED_FOR_TARGET #undef HAVE_FCNTL_H @@ -736,6 +781,12 @@ #endif +/* Define if your assembler supports .weakref. */ +#ifndef USED_FOR_TARGET +#undef HAVE_GAS_WEAKREF +#endif + + /* Define to 1 if you have the `getchar_unlocked' function. */ #ifndef USED_FOR_TARGET #undef HAVE_GETCHAR_UNLOCKED @@ -748,6 +799,9 @@ #endif +/* Define to 1 if system unwind library has _Unwind_GetIPInfo. */ +#undef HAVE_GETIPINFO + /* Define to 1 if you have the `getrlimit' function. */ #ifndef USED_FOR_TARGET #undef HAVE_GETRLIMIT @@ -835,6 +889,13 @@ /* Define if your linker supports --eh-frame-hdr option. */ #undef HAVE_LD_EH_FRAME_HDR +/* Define if your linker supports garbage collection of sections in presence + of EH frames. */ +#ifndef USED_FOR_TARGET +#undef HAVE_LD_EH_GC_SECTIONS +#endif + + /* Define if your PowerPC64 linker only needs function descriptor syms. */ #ifndef USED_FOR_TARGET #undef HAVE_LD_NO_DOT_SYMS @@ -944,12 +1005,6 @@ #endif -/* Define if printf supports "%p". */ -#ifndef USED_FOR_TARGET -#undef HAVE_PRINTF_PTR -#endif - - /* Define to 1 if you have the `putchar_unlocked' function. */ #ifndef USED_FOR_TARGET #undef HAVE_PUTCHAR_UNLOCKED @@ -1263,6 +1318,18 @@ #endif +/* Define if TFmode long double should be the default */ +#ifndef USED_FOR_TARGET +#undef TARGET_DEFAULT_LONG_DOUBLE_128 +#endif + + +/* Define if your target C library provides stack protector support */ +#ifndef USED_FOR_TARGET +#undef TARGET_LIBC_PROVIDES_SSP +#endif + + /* Define to 1 if you can safely include both and . */ #ifndef USED_FOR_TARGET #undef TIME_WITH_SYS_TIME