diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-08-09 10:07:10 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-09 10:07:10 -0400 |
commit | a724d1b9bfa0f6ee9146b365e43ea6e245d0cf0c (patch) | |
tree | 2feb0ee394de3637e0355d3a19d407e75a89704c /nptl/ChangeLog | |
parent | c55fbd1ea768f9fdef34a01377702c0d72cbc213 (diff) | |
download | glibc-a724d1b9bfa0f6ee9146b365e43ea6e245d0cf0c.zip glibc-a724d1b9bfa0f6ee9146b365e43ea6e245d0cf0c.tar.gz glibc-a724d1b9bfa0f6ee9146b365e43ea6e245d0cf0c.tar.bz2 |
Fix stack alignment on x86_64
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 5920800..1dc5f20 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2011-08-08 Andreas Schwab <schwab@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Maintain aligned + stack. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise. + 2011-07-22 Ulrich Drepper <drepper@gmail.com> * sysdeps/pthread/unwind-forcedunwind.c (_Unwind_Resume): Add read |