Fix typo.

llvm-svn: 269072
This commit is contained in:
Rafael Espindola 2016-05-10 16:23:46 +00:00
parent a5e201fd55
commit e502751c42
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ RelExpr X86_64TargetInfo::getRelExpr(uint32_t Type, const SymbolBody &S) const {
void X86_64TargetInfo::writeGotPltHeader(uint8_t *Buf) const {
// The first entry holds the value of _DYNAMIC. It is not clear why that is
// required, but it is documented in the psabi and the glibc dynamic linker
// seems to use it (not that this is relevant for linking ld.so, not any
// seems to use it (note that this is relevant for linking ld.so, not any
// other program).
write64le(Buf, Out<ELF64LE>::Dynamic->getVA());
}