diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-10-13 22:12:03 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-10-13 22:12:03 -0400 |
commit | f90681487d90a6eea8f1c60021bc8dd83313c59b (patch) | |
tree | 79e5d816abda65fc72f4a163e552bdac4580deb6 /nptl/ChangeLog | |
parent | b833d51fbbf78b38c6ff68074c22d3fe3ddd0ce3 (diff) | |
download | glibc-f90681487d90a6eea8f1c60021bc8dd83313c59b.zip glibc-f90681487d90a6eea8f1c60021bc8dd83313c59b.tar.gz glibc-f90681487d90a6eea8f1c60021bc8dd83313c59b.tar.bz2 |
Fix alignment of AVX safe area 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 dcb94b2..e3bfd00 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-09-21 Andreas Schwab <schwab@redhat.com> * sysdeps/pthread/pthread.h (pthread_cleanup_push) |