projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
604aee1
)
[ELF][MIPS] Add elf namespace name to the ObjectFile.
author
Simon Atanasyan
<simon@atanasyan.com>
Sun, 13 Mar 2016 15:48:41 +0000
(15:48 +0000)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/lld/ELF/InputSection.cpp
b/lld/ELF/InputSection.cpp
index
8b14de6
..
33343fb
100644
(file)
--- a/
lld/ELF/InputSection.cpp
+++ b/
lld/ELF/InputSection.cpp
@@
-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)