[lld][ELF] Rename typeTLV content type for ELF
authorShankar Easwaran <shankare@codeaurora.org>
Fri, 23 Aug 2013 20:03:28 +0000 (20:03 +0000)
committerShankar Easwaran <shankare@codeaurora.org>
Fri, 23 Aug 2013 20:03:28 +0000 (20:03 +0000)
commitd9e0a49357595adde2c12a5b55221cdfb090a896
tree9905d2c9f8955b0ef9a1dca7196232dec91b2d38
parentd17ba4bd4d0dac68d62e64c029be2a3fdd01fe75
[lld][ELF] Rename typeTLV content type for ELF

typeTLV content type is used by Darwin to represent thread local
storage. A new contentType has to be made to represent ELF
thread local storage data. These have been set to

- typeThreadZeroFill (represents TBSS storage)
- typeThreadData     (represents TDATA storage)

llvm-svn: 189137
lld/include/lld/Core/DefinedAtom.h
lld/lib/Core/DefinedAtom.cpp
lld/lib/ReaderWriter/ELF/Atoms.h
lld/lib/ReaderWriter/ELF/DefaultLayout.h
lld/lib/ReaderWriter/ELF/SectionChunks.h
lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
lld/test/elf/X86_64/largebss.test