[ELF][MIPS] Add elf namespace name to the ObjectFile.
authorSimon Atanasyan <simon@atanasyan.com>
Sun, 13 Mar 2016 15:48:41 +0000 (15:48 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Sun, 13 Mar 2016 15:48:41 +0000 (15:48 +0000)
NFC. Follow-up to r263381.

llvm-svn: 263382

lld/ELF/InputSection.cpp

index 8b14de6..33343fb 100644 (file)
@@ -177,7 +177,7 @@ uint8_t *InputSectionBase<ELFT>::findMipsPairedReloc(uint8_t *Buf,
 }
 
 template <class ELFT, class uintX_t>
-static uintX_t adjustMipsSymVA(uint32_t Type, const ObjectFile<ELFT> &File,
+static uintX_t adjustMipsSymVA(uint32_t Type, const elf::ObjectFile<ELFT> &File,
                                const SymbolBody &Body, uintX_t AddrLoc,
                                uintX_t SymVA) {
   if (Type == R_MIPS_HI16 && &Body == Config->MipsGpDisp)