Mark labels declared in tls sections as STT_TLS. This matches the behavior of
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 11 Nov 2010 19:04:55 +0000 (19:04 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 11 Nov 2010 19:04:55 +0000 (19:04 +0000)
commite1a2587ee273943390608df096378116ce52ffba
tree2e6b31b932d687e6f769b09e17cce12f5ac9c667
parent60f923c5e2d752ce5c6e042db8279122eff798dd
Mark labels declared in tls sections as STT_TLS. This matches the behavior of
gas.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118818 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCELFStreamer.cpp
lib/MC/MCParser/AsmParser.cpp
test/MC/ELF/tls.s [new file with mode: 0644]