From 0f24748c58ce2417596a15cb09db935a45da85fb Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Tue, 10 Jan 2012 13:21:53 +0000 Subject: Check if linker supports R_386_TLS_GD_PLT, R_386_TLS_LDM_PLT relocs * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check if linker supports R_386_TLS_GD_PLT reloc. (gcc_cv_as_ix86_tlsldmplt): Check if linker supports R_386_TLS_LDM_PLT reloc. * configure: Regenerate. * config.in: Regenerate. From-SVN: r183063 --- gcc/config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/config.in') diff --git a/gcc/config.in b/gcc/config.in index 18dde6f..2833211 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -357,13 +357,13 @@ #endif -/* Define if your assembler supports @tlsgdplt. */ +/* Define if your assembler and linker support @tlsgdplt. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_IX86_TLSGDPLT #endif -/* Define if your assembler supports @tlsldmplt. */ +/* Define if your assembler and linker support @tlsldmplt. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_IX86_TLSLDMPLT #endif -- cgit v1.1