summaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2012-03-08 13:50:20 +0000
committerRainer Orth <ro@gcc.gnu.org>2012-03-08 13:50:20 +0000
commit2527ff87ed8d4ce555a810c5b49556c9c6f6b03a (patch)
treec472a00dfabaed9cdd6490f769c8db98b467d79b /gcc/configure.ac
parentd93417c86a355886015684eb5c43a45b09423d7a (diff)
downloadgcc-2527ff87ed8d4ce555a810c5b49556c9c6f6b03a.tar.gz
Fix R_386_TLS_LDM_PLT detection
* configure.ac (gcc_cv_as_ix86_tlsldmplt): Add label. * configure: Regenerate. From-SVN: r185101
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 57210f45202..39302ad76c3 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -3724,7 +3724,8 @@ foo: nop
gcc_GAS_CHECK_FEATURE([R_386_TLS_LDM_PLT reloc],
gcc_cv_as_ix86_tlsldmplt,,,
- [call tls_ld@tlsldmplt],
+ [tls_ld:
+ call tls_ld@tlsldmplt],
[if test x$gcc_cv_ld != x \
&& $gcc_cv_ld -o conftest conftest.o -G > /dev/null 2>&1; then
gcc_cv_as_ix86_tlsldmplt=yes