Commit 2527ff87 by Rainer Orth Committed by Rainer Orth

Fix R_386_TLS_LDM_PLT detection

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

From-SVN: r185101
parent d93417c8
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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment