[ELF][MIPS] Separate calculation of MIPS GOT index and offset of the corresponding...
authorSimon Atanasyan <simon@atanasyan.com>
Thu, 20 Oct 2016 17:53:55 +0000 (17:53 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Thu, 20 Oct 2016 17:53:55 +0000 (17:53 +0000)
commitf4415a3d77058f2714b2110276a8f40f77cca12d
tree50966fadabcf41141159d3870a3534444729fc74
parentf46be19104f268602e0329cb03afad7f8df63d2f
[ELF][MIPS] Separate calculation of MIPS GOT index and offset of the corresponding part of the GOT. NFC

MIPS GOT consists of some parts: local, global, TLS entries. This change
separates calculation of MIPS GOT index and offset of the corresponding
part of the GOT. That makes code a bit clear and allow to extend number
of parts in the future.

llvm-svn: 284750
lld/ELF/OutputSections.cpp