diff options
author | Andreas Jaeger <aj@suse.de> | 2000-04-14 22:42:41 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-04-14 22:42:41 +0000 |
commit | 43c36f6345ff47214d5330f5dff05181808c2997 (patch) | |
tree | ae315b4930583d370d4d563baf26de30277da0a4 /linuxthreads | |
parent | df3b16c68c64ec4ca4347aa50233225eaeb91f49 (diff) | |
download | glibc-43c36f6345ff47214d5330f5dff05181808c2997.tar.gz glibc-43c36f6345ff47214d5330f5dff05181808c2997.tar.xz glibc-43c36f6345ff47214d5330f5dff05181808c2997.zip |
2000-04-14 Andreas Jaeger <aj@suse.de>
* shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and 2.2 for linuxthreads. 2000-04-14 Andreas Jaeger <aj@suse.de> * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and 2.2 for libdl, ld and libm. * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and 2.2 for linuxthreads.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 3 | ||||
-rw-r--r-- | linuxthreads/shlib-versions | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index c02864a4ab..3ca2915e74 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -2,6 +2,9 @@ * weaks.c: Fix typo. + * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and + 2.2 for linuxthreads. + 2000-04-13 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/getcpuclockid.c diff --git a/linuxthreads/shlib-versions b/linuxthreads/shlib-versions index 99b0ef1ea2..bb97617cec 100644 --- a/linuxthreads/shlib-versions +++ b/linuxthreads/shlib-versions @@ -1,2 +1,3 @@ # Xavier Leroy's Linux clone based thread library. +mips.*-.*-linux.* libpthread=0 GLIBC_2.0 GLIBC_2.2 .*-.*-linux.* libpthread=0 |