summaryrefslogtreecommitdiffstats
path: root/src/ld.h
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2008-02-02 10:01:53 +0000
committerUlrich Drepper <[email protected]>2008-02-02 10:01:53 +0000
commit712d78eced9020ccfa1c27d32c2929cf16398293 (patch)
treeb9e59971c3e485d9971cca8b92f1d7ee37827511 /src/ld.h
parent7cd1bf7b762f0b7d3b1158e52c800d299ed5333f (diff)
Start implementation of x86 TLS implementation in ld.
Diffstat (limited to 'src/ld.h')
-rw-r--r--src/ld.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ld.h b/src/ld.h
index 860bcdb4..535f7cd2 100644
--- a/src/ld.h
+++ b/src/ld.h
@@ -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;