Files
banan-os/userspace/programs
Bananymous 5ad7d7edb1 DynamicLoader: Fix TLS on 32 bit platform
There were two problems with my previous implementation
- TLS was not allocated if nothing used it. There is a fallback
  initialization in _init_libc, but this was not enough if one of the
  init functions tried to access errno.
- __tls_get_addr was not resolved. If __tls_get_addr was called through
  a plt entry, everything would just break :(
2025-06-06 16:27:07 +03:00
..
2025-05-05 19:16:29 +03:00
2025-06-02 12:26:16 +03:00
2025-04-22 08:36:44 +03:00
2025-04-22 08:36:44 +03:00
2025-05-05 00:30:58 +03:00
2025-05-05 23:08:01 +03:00
2025-06-02 12:26:16 +03:00