From cedee4b38f4786845183be7f5916dd520a170ae0 Mon Sep 17 00:00:00 2001 From: Shih-wei Liao Date: Thu, 2 Aug 2012 23:13:03 -0700 Subject: MCLinker upstream commit 9628cfb76b5a. Change-Id: I6d12c63bdae94299558dc1cf42b489bb98748851 --- lib/Target/ARM/ARMGOT.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lib/Target/ARM/ARMGOT.h') diff --git a/lib/Target/ARM/ARMGOT.h b/lib/Target/ARM/ARMGOT.h index 90f0f53..13d3424 100644 --- a/lib/Target/ARM/ARMGOT.h +++ b/lib/Target/ARM/ARMGOT.h @@ -12,7 +12,10 @@ #include #endif +#include + #include +#include namespace mcld { @@ -27,15 +30,15 @@ class ARMGOT : public GOT typedef llvm::DenseMap SymbolIndexMapType; public: - typedef llvm::MCSectionData::iterator iterator; - typedef llvm::MCSectionData::const_iterator const_iterator; + typedef SectionData::iterator iterator; + typedef SectionData::const_iterator const_iterator; enum { ARMGOT0Num = 3 }; public: - ARMGOT(LDSection &pSection, llvm::MCSectionData& pSectionData); + ARMGOT(LDSection &pSection, SectionData& pSectionData); ~ARMGOT(); -- cgit v1.2.3