Changes between Initial Version and Version 1 of Ticket #339
- Timestamp:
- 2011-05-09T19:08:18Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #339
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #339 – Description
initial v1 1 Currently the dynamic linker can only handle thread-local variables that are static, because it does cannot resolve module numb bers in the TLS runtime functions.1 Currently the dynamic linker can only handle thread-local variables that are static, because it does cannot resolve module numbers in the TLS runtime functions. 2 2 3 3 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.