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