summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86LDBackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/X86/X86LDBackend.h')
-rw-r--r--lib/Target/X86/X86LDBackend.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/lib/Target/X86/X86LDBackend.h b/lib/Target/X86/X86LDBackend.h
index 4ef5311..779c2d1 100644
--- a/lib/Target/X86/X86LDBackend.h
+++ b/lib/Target/X86/X86LDBackend.h
@@ -6,8 +6,8 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-#ifndef X86_LDBACKEND_H
-#define X86_LDBACKEND_H
+#ifndef TARGET_X86_X86LDBACKEND_H
+#define TARGET_X86_X86LDBACKEND_H
#include "X86ELFDynamic.h"
#include "X86GOT.h"
@@ -29,8 +29,8 @@ class X86GNULDBackend : public GNULDBackend
{
public:
X86GNULDBackend(const LinkerConfig& pConfig,
- GNUInfo* pInfo,
- Relocation::Type pCopyRel);
+ GNUInfo* pInfo,
+ Relocation::Type pCopyRel);
~X86GNULDBackend();
@@ -124,8 +124,9 @@ private:
virtual uint64_t emitGOTSectionData(MemoryRegion& pRegion) const = 0;
- virtual uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
- const ELFFileFormat* FileFormat) const = 0;
+ virtual uint64_t
+ emitGOTPLTSectionData(MemoryRegion& pRegion,
+ const ELFFileFormat* FileFormat) const = 0;
virtual void setRelDynSize() = 0;
virtual void setRelPLTSize() = 0;
@@ -182,7 +183,7 @@ private:
uint64_t emitGOTSectionData(MemoryRegion& pRegion) const;
uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
- const ELFFileFormat* FileFormat) const;
+ const ELFFileFormat* FileFormat) const;
void setRelDynSize();
void setRelPLTSize();
@@ -225,7 +226,7 @@ private:
uint64_t emitGOTSectionData(MemoryRegion& pRegion) const;
uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
- const ELFFileFormat* FileFormat) const;
+ const ELFFileFormat* FileFormat) const;
void setRelDynSize();
void setRelPLTSize();