ELF: Make names for TLS module indices shorter.
authorRui Ueyama <ruiu@google.com>
Fri, 5 Feb 2016 00:10:02 +0000 (00:10 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 5 Feb 2016 00:10:02 +0000 (00:10 +0000)
commit0e53c7dd2c3e98d05b76687404c3c9821b61fcbf
tree33ca3ce0e2448b7966f54515513b84d6d77432e7
parenteb7d7f8729cdfc58dd85e81641eb6560f70b7c79
ELF: Make names for TLS module indices shorter.

The previous names contained "Local" and "Current", but what we
are handling is always local and current, so they were redundant.

TlsIndex comes from "tls_index" struct that Ulrich Drepper is using
in this document to describe this data structure in GOT.

llvm-svn: 259852
lld/ELF/InputSection.cpp
lld/ELF/OutputSections.cpp
lld/ELF/OutputSections.h
lld/ELF/Writer.cpp