diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-07 20:36:53 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-07 20:36:53 -0700 |
commit | 9083bcc5dc747eeec24c2bb8bf5b7055b3bd4dbf (patch) | |
tree | e5078f60592dcf86fcd638a7db7a5fa530ec668e /nptl/ChangeLog | |
parent | 57b378ac895c346d74758b54f9e388ed3ca30751 (diff) | |
download | glibc-9083bcc5dc747eeec24c2bb8bf5b7055b3bd4dbf.tar glibc-9083bcc5dc747eeec24c2bb8bf5b7055b3bd4dbf.tar.gz glibc-9083bcc5dc747eeec24c2bb8bf5b7055b3bd4dbf.tar.bz2 glibc-9083bcc5dc747eeec24c2bb8bf5b7055b3bd4dbf.zip |
Small optimizations to cancellable x86-64 code.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 3a74b5fecd..0f5c231765 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2009-08-07 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Little optimizations + enabled by the special *_asynccancel functions. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise. + + * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Include lowlevellock.h. + 2009-08-04 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/x86_64/cancellation.S: New file. |