diff options
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 4 | ||||
-rw-r--r-- | linuxthreads/shlib-versions | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 957085c553..ee5a933c75 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2000-06-29 Jakub Jelinek <jakub@redhat.com> + + * shlib-versions: Make sparc64 GLIBC_2.2+ only. + 2000-06-28 Greg McGary <greg@mcgary.org> * weaks.c: Wrap BP_SYM () around weak extern declarations of diff --git a/linuxthreads/shlib-versions b/linuxthreads/shlib-versions index 1021403b93..a7d26c288d 100644 --- a/linuxthreads/shlib-versions +++ b/linuxthreads/shlib-versions @@ -1,4 +1,5 @@ # Xavier Leroy's Linux clone based thread library. mips.*-.*-linux.* libpthread=0 GLIBC_2.0 GLIBC_2.2 +sparc64-.*-linux.* libpthread=0 GLIBC_2.2 sh.*-.*-linux.* libpthread=0 GLIBC_2.2 .*-.*-linux.* libpthread=0 |