diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 4 | ||||
-rw-r--r-- | nptl/shlib-versions | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 8a81100cf4..5c4c43dbf3 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2004-07-05 Jakub Jelinek <jakub@redhat.com> + + * shlib-versions: Add powerpc64-.*-linux.*. + 2004-07-04 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S diff --git a/nptl/shlib-versions b/nptl/shlib-versions index 9493a31978..5e18753be2 100644 --- a/nptl/shlib-versions +++ b/nptl/shlib-versions @@ -6,4 +6,5 @@ hppa.*-.*-linux.* libpthread=0 GLIBC_2.2 s390x-.*-linux.* libpthread=0 GLIBC_2.2 cris-.*-linux.* libpthread=0 GLIBC_2.2 x86_64-.*-linux.* libpthread=0 GLIBC_2.2.5 +powerpc64-.*-linux.* libpthread=0 GLIBC_2.3 .*-.*-linux.* libpthread=0 |