diff options
author | Kyle McMartin <kmcmarti@redhat.com> | 2014-05-26 12:33:22 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-05-26 12:37:19 +0530 |
commit | 75f11331f98ebf3873e887a683add944a1aec0fd (patch) | |
tree | bb6dc563bd6071ee2f9f325f39f6df37e6be8a5b /NEWS | |
parent | c3ec475c5dd16499aa040908e11d382c3ded9692 (diff) | |
download | glibc-75f11331f98ebf3873e887a683add944a1aec0fd.tar glibc-75f11331f98ebf3873e887a683add944a1aec0fd.tar.gz glibc-75f11331f98ebf3873e887a683add944a1aec0fd.tar.bz2 glibc-75f11331f98ebf3873e887a683add944a1aec0fd.zip |
[AARCH64] correct alignment of TLS_TCB_ALIGN (BZ #16796)
This fixes a variety of testsuite failures for me:
tststatic.out Error 1
tststatic2.out Error 1
tst-tls9-static.out Error 1
tst-audit8.out Error 127
tst-audit9.out Error 127
tst-audit1.out Error 127
and also has the added benefit of making LD_AUDIT/sotruss work on
AArch64.
Otherwise, we bail out early in _dl_try_allocate_static_tls as the
alignment requirement of the PT_TLS section in libc is 16.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -15,10 +15,10 @@ Version 2.20 16613, 16619, 16623, 16629, 16632, 16634, 16639, 16642, 16648, 16649, 16670, 16674, 16677, 16680, 16683, 16689, 16695, 16701, 16706, 16707, 16712, 16713, 16714, 16731, 16739, 16740, 16743, 16754, 16758, 16759, - 16760, 16770, 16786, 16789, 16791, 16799, 16800, 16815, 16823, 16824, - 16831, 16838, 16849, 16854, 16876, 16877, 16878, 16885, 16888, 16890, - 16912, 16915, 16916, 16917, 16922, 16927, 16928, 16932, 16943, 16958, - 16966, 16967, 16965, 16977, 16978. + 16760, 16770, 16786, 16789, 16791, 16796, 16799, 16800, 16815, 16823, + 16824, 16831, 16838, 16849, 16854, 16876, 16877, 16878, 16885, 16888, + 16890, 16912, 16915, 16916, 16917, 16922, 16927, 16928, 16932, 16943, + 16958, 16966, 16967, 16965, 16977, 16978. * The minimum Linux kernel version that this version of the GNU C Library can be used with is 2.6.32. |