From ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 21 Feb 2003 07:07:52 +0000 Subject: Update. 2003-02-20 Ulrich Drepper * 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 --- sysdeps/s390/s390-32/elf/configure | 4 ++-- sysdeps/s390/s390-64/elf/configure | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sysdeps/s390') diff --git a/sysdeps/s390/s390-32/elf/configure b/sysdeps/s390/s390-32/elf/configure index 64eff1f..6845730 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=$? diff --git a/sysdeps/s390/s390-64/elf/configure b/sysdeps/s390/s390-64/elf/configure index 42fc6e6..adf5174 100644 --- a/sysdeps/s390/s390-64/elf/configure +++ b/sysdeps/s390/s390-64/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 brasl %r14,__tls_get_offset@plt:tls_gdcall:foo brasl %r14,__tls_get_offset@plt: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=$? -- cgit v1.1