diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-30 04:22:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-30 04:22:24 +0000 |
commit | fc3f0ccb9884844acc1b15673dc17a190e0a2262 (patch) | |
tree | 63c81cf2935567a9080d1389dce6d24b603fa429 /nptl/ChangeLog | |
parent | 0154658d3db3ac2880c44bcc85c6fe47f4bdbb7c (diff) | |
download | glibc-fc3f0ccb9884844acc1b15673dc17a190e0a2262.tar glibc-fc3f0ccb9884844acc1b15673dc17a190e0a2262.tar.gz glibc-fc3f0ccb9884844acc1b15673dc17a190e0a2262.tar.bz2 glibc-fc3f0ccb9884844acc1b15673dc17a190e0a2262.zip |
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
(__lll_mutex_unlock_wake): Add back label '1' which went AWOL quite
some time ago.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index b757f48df5..285c3793f8 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,9 @@ 2007-05-29 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S + (__lll_mutex_unlock_wake): Add back label '1' which went AWOL quite + some time ago. + * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Checking whether there are more than one thread makes no sense here since we only call the slow path if the locks are taken. |