Fix R_386_TLS_LDM_PLT detection

* configure.ac (gcc_cv_as_ix86_tlsldmplt): Add label.
	* configure: Regenerate.

From-SVN: r185101
This commit is contained in:
Rainer Orth 2012-03-08 13:50:20 +00:00 committed by Rainer Orth
parent d93417c86a
commit 2527ff87ed
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac (gcc_cv_as_ix86_tlsldmplt): Add label.
* configure: Regenerate.
2012-03-08 Georg-Johann Lay <avr@gjlay.de>
PR target/52496

3
gcc/configure vendored
View File

@ -24911,7 +24911,8 @@ if test "${gcc_cv_as_ix86_tlsldmplt+set}" = set; then :
else
gcc_cv_as_ix86_tlsldmplt=no
if test x$gcc_cv_as != x; then
$as_echo 'call tls_ld@tlsldmplt' > conftest.s
$as_echo 'tls_ld:
call tls_ld@tlsldmplt' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5

View File

@ -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