K 10 svn:author V 4 mmel K 8 svn:date V 27 2017-11-03T15:57:27.749825Z K 7 svn:log V 429 Add alignment support to __libc_allocate_tls(). For statically linked binaries, where all relocation are solved by static linker, the linker expect that offset to TLS section is aligned. Additionaly, to maintain absolute alignment, TLS TCB should by also aligned. Obtained from: CheriBSD (initial version) MFC after: 1 month Reviewed by: brooks (previous version), kib Differential Revision: https://reviews.freebsd.org/D12907 END