diff options
-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 |