Message ID | yddaa3rns8h.fsf@manam.CeBiTec.Uni-Bielefeld.DE |
---|---|
State | New |
Headers | show |
On Thu, Mar 08, 2012 at 02:21:18PM +0100, Rainer Orth wrote: > Given that HAVE_AS_IX86_TLSLDMPLT is only use for Solaris/x86 and fixes > a stupid bug, I'd like to get this into both mainline and the 4.7 > branch? Ok. > 2012-03-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> > > * configure.ac (gcc_cv_as_ix86_tlsldmplt): Add label. > * configure: Regenerate. Jakub
# HG changeset patch # Parent 92b41d77ccb58c31a969736dc5ae2da1d7ce83bd Fix R_386_TLS_LDM_PLT detection diff --git a/gcc/configure.ac b/gcc/configure.ac --- 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