diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-16 08:53:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-16 08:53:02 +0000 |
commit | 136d43328bda928a17fc5fc3dcf1fd6bf6f1898f (patch) | |
tree | 1b12897efd3b48301801c75cc498fb4b65c77a22 /linuxthreads/shlib-versions | |
parent | a986484f67346b28ff09833c1f4fd3505b52138e (diff) | |
download | glibc-136d43328bda928a17fc5fc3dcf1fd6bf6f1898f.tar.gz glibc-136d43328bda928a17fc5fc3dcf1fd6bf6f1898f.tar.xz glibc-136d43328bda928a17fc5fc3dcf1fd6bf6f1898f.zip |
Update.
2001-03-13 Martin Schwidefsky <schwidefsky@de.ibm.com> * shlib-versions: Add rule for Linux on 64 bit S/390. * sysdeps/s390/s390-64/pt-machine.h: New file. * sysdeps/unix/sysv/linux/s390/s390-64/pt-initfini.c: New file. 2001-03-13 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/s390/pt-machine.h: Move to... * sysdeps/s390/s390-32/pt-machine.h: ...here. Add defines for FLOATING_STACK and ARCH_STACK_MAX_SIZE.
Diffstat (limited to 'linuxthreads/shlib-versions')
-rw-r--r-- | linuxthreads/shlib-versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/shlib-versions b/linuxthreads/shlib-versions index 5344c6bbd7..91d9ccf74f 100644 --- a/linuxthreads/shlib-versions +++ b/linuxthreads/shlib-versions @@ -4,4 +4,5 @@ sparc64-.*-linux.* libpthread=0 GLIBC_2.2 sh.*-.*-linux.* libpthread=0 GLIBC_2.2 ia64.*-.*-linux.* libpthread=0 GLIBC_2.2 hppa.*-.*-linux.* libpthread=0 GLIBC_2.2 +s390x-.*-linux.* libpthread=0 GLIBC_2.2 .*-.*-linux.* libpthread=0 |