summaryrefslogtreecommitdiff
path: root/test/MC/ELF/pic-diff.s
AgeCommit message (Expand)AuthorFilesLines
2014-04-30ELFObjectWriter: deduplicate suffices in strtabHans Wennborg1-1/+1
2014-03-24Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola1-1/+1
2013-04-12Replace coff-/elf-dump with llvm-readobjNico Rieck1-18/+15
2011-08-04Fix the bitwidth of the remaining fields.Rafael Espindola1-1/+1
2011-08-04print st_shndx with the correct number of bits.Rafael Espindola1-1/+1
2011-08-04print st_other with the correct number of bits.Rafael Espindola1-1/+1
2011-08-04print st_type with the correct number of bits.Rafael Espindola1-1/+1
2011-08-04Print st_bind with the correct number of bits.Rafael Espindola1-1/+1
2011-08-04Another counter goes decimal.Rafael Espindola1-1/+1
2011-08-04Change anther counter to decimal.Rafael Espindola1-1/+1
2011-08-04Print all the bits in the addend.Rafael Espindola1-1/+1
2011-03-20Write the section table and the section data in the same order thatRafael Espindola1-9/+9
2010-12-20Print all 64bits for st_value and st_size. Adjust tests accordingly.Roman Divacky1-2/+2
2010-10-19Fixing r116753 r116756 r116777Jason W Kim1-13/+13
2010-10-19Speculatively revert 116753 and 116756 to attempt to fix the bots.Eric Christopher1-13/+13
2010-10-18Changed elf-dump to output hex format by default.Jason W Kim1-13/+13
2010-10-04Include the section address in the computation of the relocation.Rafael Espindola1-0/+3
2010-10-04Correctly compute the relocation when it is not in the first fragment.Rafael Espindola1-1/+2
2010-10-03Implement a very basic PIC case.Rafael Espindola1-0/+25