]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix alignment of AVX safe area on x86-64.
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 14 Oct 2010 02:12:03 +0000 (22:12 -0400)
committerPetr Baudis <pasky@suse.cz>
Tue, 9 Nov 2010 01:39:55 +0000 (02:39 +0100)
(cherry picked from commit f90681487d90a6eea8f1c60021bc8dd83313c59b)

nptl/ChangeLog

index 73c65e65ff01281abdda8f81ee31e18c85ada6c0..44af06a902791a8493073220815dd5ab43eb1e74 100644 (file)
@@ -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.