diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2012-03-08 13:50:20 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2012-03-08 13:50:20 +0000 |
commit | 2527ff87ed8d4ce555a810c5b49556c9c6f6b03a (patch) | |
tree | c472a00dfabaed9cdd6490f769c8db98b467d79b /gcc/configure.ac | |
parent | d93417c86a355886015684eb5c43a45b09423d7a (diff) | |
download | gcc-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.ac | 3 |
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 |