banan-os/userspace
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
..
aoc2023 userspace: fix aoc2023 and aoc2024 linking 2024-12-02 20:13:37 +02:00
aoc2024 aoc2024: Implement day25 solution 2024-12-25 18:13:57 +02:00
libraries DynamicLoader: Fix TLS on 32 bit platform 2025-06-06 16:27:07 +03:00
programs DynamicLoader: Fix TLS on 32 bit platform 2025-06-06 16:27:07 +03:00
tests test-sort: Add qsort test 2025-06-02 11:41:34 +03:00
CMakeLists.txt aoc2024: prepare programming environment 2024-12-01 07:41:25 +02:00