diff options
| author | Ulrich Drepper <[email protected]> | 2008-02-02 10:01:53 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2008-02-02 10:01:53 +0000 |
| commit | 712d78eced9020ccfa1c27d32c2929cf16398293 (patch) | |
| tree | b9e59971c3e485d9971cca8b92f1d7ee37827511 /src/ld.h | |
| parent | 7cd1bf7b762f0b7d3b1158e52c800d299ed5333f (diff) | |
Start implementation of x86 TLS implementation in ld.
Diffstat (limited to 'src/ld.h')
| -rw-r--r-- | src/ld.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -967,6 +967,11 @@ struct ld_state /* Index of next version. */ int nextveridx; + /* TLS segment. */ + bool need_tls; + XElf_Addr tls_start; + XElf_Addr tls_tcb; + /* Hash table for version symbol strings. Only strings without special characters are hashed here. */ ld_version_str_tab version_str_tab; |
