about summary refs log tree commit diff
path: root/sysdeps/s390/s390-32/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-21 07:07:52 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-21 07:07:52 +0000
commitec503662b458b9b5e9df63e3eb7ef69fa0d74b5c (patch)
tree068aea0b4c68ad1491ca11f2f49bc6b885c61639 /sysdeps/s390/s390-32/elf
parent1e2fb683cea0665f02b4aee58ac7ae2be4270b0a (diff)
downloadglibc-ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c.tar.gz
glibc-ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c.tar.xz
glibc-ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c.zip
Update.
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>
Diffstat (limited to 'sysdeps/s390/s390-32/elf')
-rw-r--r--sysdeps/s390/s390-32/elf/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/s390/s390-32/elf/configure b/sysdeps/s390/s390-32/elf/configure
index 64eff1f05f..684573049d 100644
--- a/sysdeps/s390/s390-32/elf/configure
+++ b/sysdeps/s390/s390-32/elf/configure
@@ -9,7 +9,7 @@ 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
+  cat > conftest.S <<\EOF
 	.section ".tdata", "awT", @progbits
 foo:	.long	25
 	.text
@@ -24,7 +24,7 @@ foo:	.long	25
 	bas	%r14,0(%r1,%r13):tls_gdcall:foo
 	bas	%r14,0(%r1,%r13):tls_ldcall:foo
 EOF
-if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5'
+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=$?