Skip to content

Fix tls tests for dynamic linker

8tab requested to merge 8tab/relibc:tls into master
  • load TLS segment for executable - while we can skip PT_LOAD for executable, we still have to load TLS segment.
  • set TCB address based on if elf is position independent

Merge request reports