Opened 14 years ago
Last modified 9 years ago
#339 closed defect
Dynamic linker needs full TLS support — at Initial Version
Reported by: | Jiri Svoboda | Owned by: | Jakub Jermář |
---|---|---|---|
Priority: | major | Milestone: | 0.7.0 |
Component: | helenos/lib/c | Version: | |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
Currently the dynamic linker can only handle thread-local variables that are static, because it does cannot resolve module numbbers in the TLS runtime functions.
Also, thread-local variables can currently only be in one runtime module (the C library) because of the way global symbols are used to measure tdata and tbss sections.
Note:
See TracTickets
for help on using tickets.