X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Fconfig.in;h=8cadcba60f1ccd213e4c8e48cd8eefa25b8c5e74;hb=2951f6c068f961a2ea1de892fc82cf0229af67da;hp=b227a53984663925bfe04a22f414fa0e7b285379;hpb=f6aec96dce1ddbd8961a3aa8a2925db2021719bb;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/config.in b/ld/config.in index b227a53984..8cadcba60f 100644 --- a/ld/config.in +++ b/ld/config.in @@ -16,6 +16,12 @@ /* Define if you want compressed debug sections by default. */ #undef DEFAULT_FLAG_COMPRESS_DEBUG +/* The default method for DT_TEXTREL check in ELF linker. */ +#undef DEFAULT_LD_TEXTREL_CHECK + +/* Define to 1 if DT_TEXTREL check is warning in ELF linker by default. */ +#undef DEFAULT_LD_TEXTREL_CHECK_WARNING + /* Define to 1 if you want to enable -z relro in ELF linker by default. */ #undef DEFAULT_LD_Z_RELRO @@ -234,6 +240,11 @@ `char[]'. */ #undef YYTEXT_POINTER +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS