aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF/Target.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/Target.h')
-rw-r--r--lld/ELF/Target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h
index 68b6c5d2ca35..1fe3217c6d1d 100644
--- a/lld/ELF/Target.h
+++ b/lld/ELF/Target.h
@@ -122,6 +122,7 @@ public:
RelType tlsGotRel;
RelType tlsModuleIndexRel;
RelType tlsOffsetRel;
+ unsigned gotEntrySize = config->wordsize;
unsigned pltEntrySize;
unsigned pltHeaderSize;
unsigned ipltEntrySize;