aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2012-01-10 13:21:53 +0000
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2012-01-10 13:21:53 +0000
commitbd4bb44d88ece54d2515f4ebd43cbc8c5a623400 (patch)
tree18da7c4b330bf59665da77a6f244280dabc05ee6 /gcc/config.in
parent4ad0364239f6e346a8977dc9d1a47b614b85b85d (diff)
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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@183063 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 18dde6f1855..28332110dbb 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