diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-20 20:32:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-20 20:32:36 +0000 |
commit | 1be3130ed2256a78aa05696ee23821944856dbaf (patch) | |
tree | cdc55eb07f7a29034bbc21d5d32d00828ebbec5d /nptl/ChangeLog | |
parent | 8ba5025aa10674d7b2d845fefe88c2c05aed5bb5 (diff) | |
download | glibc-1be3130ed2256a78aa05696ee23821944856dbaf.tar glibc-1be3130ed2256a78aa05696ee23821944856dbaf.tar.gz glibc-1be3130ed2256a78aa05696ee23821944856dbaf.tar.bz2 glibc-1be3130ed2256a78aa05696ee23821944856dbaf.zip |
Update.
2004-02-19 Jakub Jelinek <jakub@redhat.com>
* sysdeps/sparc/sparc32/bits/atomic.h: Add __make_section_unallocated
for .gnu.linkonce.b.__sparc32_atomic_locks section.
(__sparc32_atomic_locks): Add __sec_comment at the end of section name.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 35ea6b2c3d..61e57e607a 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,10 @@ 2004-02-20 Jakub Jelinek <jakub@redhat.com> + * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h + (__syscall_error_handler2): Call CDISABLE. + * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h + (__syscall_error_handler2): Call CDISABLE. + * sysdeps/pthread/pthread_barrier_wait.c (pthread_barrier_wait): Release lock before the loop, don't reacquire it. * DESIGN-barrier.txt: Likewise. |