From: H.J. Lu Date: Thu, 14 Oct 2010 02:12:03 +0000 (-0400) Subject: Fix alignment of AVX safe area on x86-64. X-Git-Tag: glibc-2.11.3~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f0ccf6ea53054aad8cf4b9fd43e1b02d9506732;p=thirdparty%2Fglibc.git Fix alignment of AVX safe area on x86-64. (cherry picked from commit f90681487d90a6eea8f1c60021bc8dd83313c59b) --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 73c65e65ff0..44af06a9027 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2010-10-13 H.J. Lu + + [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 * nptl/sysdeps/unix/sysv/linux/i386/Makefile: New file.