Changes between Initial Version and Version 1 of Ticket #339, comment 7
- Timestamp:
- 2013-03-05T22:40:12Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #339, comment 7
initial v1 1 1 There needs to be a program header of type PT_TLS covering the TLS initialization image (.tdata followed by .tbss) (see ELF Handling for Thread-Local Storage 2005 page 4). This is used by the run-time linker. 2 2 * add PHDR of type PT_TLS to linker script 3 * RTLD to read TLS initialization image header 4 * RTLD to load TLS initialization image