beginnings of full TLS support in shared libraries
this code will not work yet because the necessary relocations are not supported, and cannot be supported without some internal changes to how relocation processing works (coming soon).
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
struct pthread {
|
||||
struct pthread *self;
|
||||
void *dtv, *unused1, *unused2;
|
||||
void **dtv, *unused1, *unused2;
|
||||
uintptr_t sysinfo;
|
||||
uintptr_t canary;
|
||||
pid_t tid, pid;
|
||||
|
||||
Reference in New Issue
Block a user