summaryrefslogtreecommitdiffstats
path: root/src/ld.h
diff options
context:
space:
mode:
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;