summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-08-09 10:07:10 -0400
committerAndreas Schwab <schwab@redhat.com>2011-08-09 16:42:12 +0200
commit3ae1021beaaff6d17198959ce21a301992b1f776 (patch)
tree397c52a73e74cafb3d870f64c242acde9e5a9609 /nptl/ChangeLog
parente2a309033d626c4b643afaf7e7ad2ccf4930dc35 (diff)
downloadglibc-3ae1021beaaff6d17198959ce21a301992b1f776.tar.gz
Fix stack alignment on x86_64
(cherry picked from commit a724d1b9bfa0f6ee9146b365e43ea6e245d0cf0c)
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index c545b079f4..7411ae5e6f 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-06-30 Ulrich Drepper <drepper@gmail.com>
* nptl-init.c (__nptl_set_robust): New function.