diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-20 08:39:47 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-20 08:39:47 -0700 |
commit | c3db953c165baa444d01ee6c04ef0c51eba42522 (patch) | |
tree | 6944ca213a06f764019a4b1f7142b486d584b67f /nptl/ChangeLog | |
parent | 42e69bcf1137fccfd7a95645a9d316c6490b9ff9 (diff) | |
download | glibc-c3db953c165baa444d01ee6c04ef0c51eba42522.zip glibc-c3db953c165baa444d01ee6c04ef0c51eba42522.tar.gz glibc-c3db953c165baa444d01ee6c04ef0c51eba42522.tar.bz2 |
Minor optimizations of last x86-64 condvar changes.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index c747be4..2f0b8d8 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2009-07-20 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Minor + optimizations of last changes. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise. + 2009-07-19 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Define |