summaryrefslogtreecommitdiff
path: root/test/MC/ELF/tls.s
Commit message (Expand)AuthorAge
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-12
* For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...David Meyer2012-02-15
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-04
* print st_other with the correct number of bits.Rafael Espindola2011-08-04
* print st_type with the correct number of bits.Rafael Espindola2011-08-04
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-04
* Another counter goes decimal.Rafael Espindola2011-08-04
* Write the section table and the section data in the same order thatRafael Espindola2011-03-20
* Print all 64bits for st_value and st_size. Adjust tests accordingly.Roman Divacky2010-12-20
* Fix and add tests for all cases in x86 and x86_64 where gnu as implicitlyRafael Espindola2010-11-24
* If a symbol is used as tls, mark it as tls even if not declare as so. ProbablyRafael Espindola2010-11-24
* Mark labels declared in tls sections as STT_TLS. This matches the behavior ofRafael Espindola2010-11-11