[PATCH] D61824: [ARM][AArch64] Overalign SHF_TLS instead of PT_TLS (Android Bionic hack) to make glibc happy

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 11 06:44:34 PDT 2019


MaskRay added a comment.

@emaste I guess FreeBSD rtld also handles `p_vaddr%p_align!=0` correctly (from my casual reading of `freebsd/libexec/rtld-elf/aarch64/rtld_machdep.h` `calculate_tls_post_size`). It may be worth checking...


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61824/new/

https://reviews.llvm.org/D61824





More information about the llvm-commits mailing list