From 9cfc8e08a88a9fd3be7536cc50dfb32fcfaa568c Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 21 Oct 2015 21:13:35 +0000 Subject: ELF2: Remove FIXMEs. These classes are partially written, so almost all features are FIXMEs. We do not want to add new FIXMEs to the classes when we add new features to other non-stub classes. llvm-svn: 250947 --- lld/ELF/Target.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lld/ELF/Target.cpp b/lld/ELF/Target.cpp index 3ad9deed4c5..fd41fae39cc 100644 --- a/lld/ELF/Target.cpp +++ b/lld/ELF/Target.cpp @@ -591,10 +591,7 @@ void PPC64TargetInfo::relocateOne(uint8_t *Buf, uint8_t *BufEnd, } } -AArch64TargetInfo::AArch64TargetInfo() { - // PCRelReloc = FIXME - // GotReloc = FIXME -} +AArch64TargetInfo::AArch64TargetInfo() {} void AArch64TargetInfo::writeGotPltEntry(uint8_t *Buf, uint64_t Plt) const {} void AArch64TargetInfo::writePltZeroEntry(uint8_t *Buf, uint64_t GotEntryAddr, @@ -675,8 +672,6 @@ void AArch64TargetInfo::relocateOne(uint8_t *Buf, uint8_t *BufEnd, } template MipsTargetInfo::MipsTargetInfo() { - // PCRelReloc = FIXME - // GotReloc = FIXME PageSize = 65536; } -- cgit v1.2.3