X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Fconfig.in;h=3c654d2fa56d06e319dd1b0c82174d7d2a17f497;hb=74b4ba13b642fc0afd1c6cc7c67c9ae1f2297244;hp=1ee10817527f9d90936038f5fe5dac225f5f3ca1;hpb=243340ad57e30de3c15cffe6e4af0381995f15d9;p=external%2Fbinutils.git diff --git a/bfd/config.in b/bfd/config.in index 1ee1081..3c654d2 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -10,6 +10,13 @@ /* Name of host specific core header file to include in elf.c. */ #undef CORE_HEADER +/* Define to enable annobin runtime checks for static linker (warnings only) + */ +#undef ENABLE_ANNOBIN_VERIFICATION + +/* Define to enable annobin runtime strict checks (error mode) */ +#undef ENABLE_ANNOBIN_VERIFICATION_STRICT + /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS @@ -17,6 +24,10 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ALLOCA_H +/* Define to 1 if you have the declaration of `asprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_ASPRINTF + /* Define to 1 if you have the declaration of `basename', and to 0 if you don't. */ #undef HAVE_DECL_BASENAME @@ -72,6 +83,10 @@ */ #undef HAVE_DECL_STRSTR +/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_VASPRINTF + /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you don't. */ #undef HAVE_DECL_VSNPRINTF @@ -329,6 +344,9 @@ /* Name of host specific header file to include in trad-core.c. */ #undef TRAD_HEADER +/* Define if we should use 64-bit archives. */ +#undef USE_64_BIT_ARCHIVE + /* Use b modifier when opening binary files? */ #undef USE_BINARY_FOPEN @@ -341,9 +359,6 @@ /* Define if we should default to creating read-only plt entries */ #undef USE_SECUREPLT -/* Define if we may generate symbols with ELF's STT_COMMON type */ -#undef USE_STT_COMMON - /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE