diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-29 20:58:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-29 20:58:06 +0000 |
commit | 1a6d7967ad18d850c034d84ae89cc91dfcfb523a (patch) | |
tree | c71ecd00d6b53e602a3cdb75c291569e9c99a53d /linuxthreads | |
parent | a0e5d73a78dde538353c5bfa8d92d619d3800586 (diff) | |
download | glibc-1a6d7967ad18d850c034d84ae89cc91dfcfb523a.tar.gz glibc-1a6d7967ad18d850c034d84ae89cc91dfcfb523a.tar.xz glibc-1a6d7967ad18d850c034d84ae89cc91dfcfb523a.zip |
Make sparc64 GLIBC_2.2+ only.
2000-06-29 Jakub Jelinek <jakub@redhat.com> * shlib-versions: Make sparc64 GLIBC_2.2+ only.
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 |