mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 22:32:32 +00:00
The setup is a bit peculiar: both the definition and the use site of these TLS variables have to be in a shared library, otherwise the linker might relax the global-dynamic access mode to something that doesn't require a `__tls_get_addr` call. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Dynlib.cpp | ||
| test-elf.cpp | ||
| TestDlOpen.cpp | ||
| TestTLS.cpp | ||
| TLSDef.cpp | ||
| TLSUse.cpp | ||