mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
ec503662b4
2003-02-20 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Bump to 2.3.2. * elf/Makefile (distribute): Add reldep9.c, tst-array1.exp, tst-array2.exp, tst-array4.exp, tst-array2dep.c, check-textrel.c, and dl-sysdep.h. * sysdeps/generic/Dist: Add sysdep-cancel.h. * sysdeps/powerpc/nofpu/Dist: Add soft-supp.h. * sysdeps/unix/Dist: Add s-proto-bp.S and s-proto-cancel.S. * sysdeps/unix/sysv/linux/Dist: Add pathconf.h. * sysdeps/unix/sysv/linux/i386/Dist: Add bp-thunk.h. * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: Add fe_nomask.c and ucontext_i.h. * Makefile (distribute): Add include/stubs-prologue.h, include/gnu/stubs.h, scripts/merge-abilist.awk, and scripts/extract-abilist.awk. 2002-02-20 Paolo Bonzini <bonzini@gnu.org>
53 lines
1.3 KiB
Plaintext
53 lines
1.3 KiB
Plaintext
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
|
|
# Local configure fragment for sysdeps/s390/elf.
|
|
|
|
if test "$usetls" != no; then
|
|
# Check for support of thread-local storage handling in assembler and
|
|
# linker.
|
|
echo "$as_me:$LINENO: checking for s390 TLS support" >&5
|
|
echo $ECHO_N "checking for s390 TLS support... $ECHO_C" >&6
|
|
if test "${libc_cv_390_tls+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat > conftest.S <<\EOF
|
|
.section ".tdata", "awT", @progbits
|
|
foo: .long 25
|
|
.text
|
|
.quad foo@TLSGD
|
|
.quad foo@TLSLDM
|
|
.quad foo@DTPOFF
|
|
.quad foo@NTPOFF
|
|
.quad foo@GOTNTPOFF
|
|
.quad foo@INDNTPOFF
|
|
lg %r1,foo@GOTNTPOFF(%r12)
|
|
lg %r1,0(%r1):tls_load:foo
|
|
brasl %r14,__tls_get_offset@plt:tls_gdcall:foo
|
|
brasl %r14,__tls_get_offset@plt:tls_ldcall:foo
|
|
EOF
|
|
if { ac_try='${CC-cc} -S $CFLAGS conftest.S 1>&5'
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
libc_cv_390_tls=yes
|
|
else
|
|
libc_cv_390_tls=no
|
|
fi
|
|
rm -f conftest*
|
|
fi
|
|
echo "$as_me:$LINENO: result: $libc_cv_390_tls" >&5
|
|
echo "${ECHO_T}$libc_cv_390_tls" >&6
|
|
if test $libc_cv_390_tls = yes; then
|
|
cat >>confdefs.h <<\_ACEOF
|
|
#define HAVE_TLS_SUPPORT 1
|
|
_ACEOF
|
|
|
|
fi
|
|
fi
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
#define PI_STATIC_AND_HIDDEN 1
|
|
_ACEOF
|
|
|