Rename TlsGdToLeSkip.
It will also be used for GT_TO_IE relaxations.
llvm-svn: 271813
diff --git a/lld/ELF/Target.cpp b/lld/ELF/Target.cpp
index dc63dae..2d871ce 100644
--- a/lld/ELF/Target.cpp
+++ b/lld/ELF/Target.cpp
@@ -278,7 +278,7 @@
TlsOffsetRel = R_386_TLS_DTPOFF32;
PltEntrySize = 16;
PltZeroSize = 16;
- TlsGdToLeSkip = 2;
+ TlsGdRelaxSkip = 2;
}
RelExpr X86TargetInfo::getRelExpr(uint32_t Type, const SymbolBody &S) const {
@@ -507,7 +507,7 @@
TlsOffsetRel = R_X86_64_DTPOFF64;
PltEntrySize = 16;
PltZeroSize = 16;
- TlsGdToLeSkip = 2;
+ TlsGdRelaxSkip = 2;
}
RelExpr X86_64TargetInfo::getRelExpr(uint32_t Type, const SymbolBody &S) const {