[ELF] TBSS section has to be special cased so that it doesnot occupy memory space
authorShankar Easwaran <shankare@codeaurora.org>
Wed, 12 Jun 2013 00:32:32 +0000 (00:32 +0000)
committerShankar Easwaran <shankare@codeaurora.org>
Wed, 12 Jun 2013 00:32:32 +0000 (00:32 +0000)
commitd5ff08ca5fb4ab0d6d947841aed7807af080fa0c
tree3fef99d950a1c42659ad3b0b76849eec202024d4
parent6f630018791756d39239c11a1ef65d4115c69f17
[ELF] TBSS section has to be special cased so that it doesnot occupy memory space

llvm-svn: 183815
lld/lib/ReaderWriter/ELF/DefaultLayout.h
lld/lib/ReaderWriter/ELF/SegmentChunks.h
lld/test/elf/Inputs/tlsAddr.x86-64 [new file with mode: 0644]
lld/test/elf/Inputs/tlsaddr.c [new file with mode: 0644]
lld/test/elf/dynamic-segorder.test
lld/test/elf/tlsAddr.test [new file with mode: 0644]