about summary refs log tree commit diff
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2010-10-13 22:12:03 -0400
committerPetr Baudis <pasky@suse.cz>2010-11-09 02:39:55 +0100
commit3f0ccf6ea53054aad8cf4b9fd43e1b02d9506732 (patch)
tree7a61866c54dd55a43844bbbb754f110e190ef763
parent1f260d0fdc83ea4f9213ca57d0dbfed1bcd2e52f (diff)
downloadglibc-3f0ccf6ea53054aad8cf4b9fd43e1b02d9506732.tar.gz
glibc-3f0ccf6ea53054aad8cf4b9fd43e1b02d9506732.tar.xz
glibc-3f0ccf6ea53054aad8cf4b9fd43e1b02d9506732.zip
Fix alignment of AVX safe area on x86-64.
(cherry picked from commit f90681487d90a6eea8f1c60021bc8dd83313c59b)
-rw-r--r--nptl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 73c65e65ff..44af06a902 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+	[BZ #12113]
+	* sysdeps/x86_64/pthreaddef.h (TCB_ALIGNMENT): Changed to 32.
+	* sysdeps/x86_64/tls.h (TLS_TCB_ALIGN): Defined with alignment
+	of "struct pthread".
+
 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* nptl/sysdeps/unix/sysv/linux/i386/Makefile: New file.