diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-21 07:07:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-21 07:07:52 +0000 |
commit | ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c (patch) | |
tree | 068aea0b4c68ad1491ca11f2f49bc6b885c61639 /sysdeps/s390 | |
parent | 1e2fb683cea0665f02b4aee58ac7ae2be4270b0a (diff) | |
download | glibc-ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c.tar glibc-ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c.tar.gz glibc-ec503662b458b9b5e9df63e3eb7ef69fa0d74b5c.tar.bz2 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')
-rw-r--r-- | sysdeps/s390/s390-32/elf/configure | 4 | ||||
-rw-r--r-- | sysdeps/s390/s390-64/elf/configure | 4 |
2 files changed, 4 insertions, 4 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=$? diff --git a/sysdeps/s390/s390-64/elf/configure b/sysdeps/s390/s390-64/elf/configure index 42fc6e6a5f..adf5174ab9 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=$? |