summaryrefslogtreecommitdiff
path: root/test/MC/ELF/relocation-386.s
Commit message (Expand)AuthorAge
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-12
* Handle reloc_signed_4byte in here. Not doing so was a regression from myRafael Espindola2011-12-09
* Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in aRafael Espindola2011-12-09
* 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
* Print r_sym with the correct number of bits.Rafael Espindola2011-08-04
* Print r_type with the correct number of bits.Rafael Espindola2011-08-04
* Another counter goes decimal.Rafael Espindola2011-08-04
* Change anther counter to decimal.Rafael Espindola2011-08-04
* Don't print a counter in hex.Rafael Espindola2011-08-04
* Add support for @GOTPTOFF in i386 mode.Nick Lewycky2011-06-04
* Update testsRafael Espindola2011-04-07
* Write the section table and the section data in the same order thatRafael Espindola2011-03-20
* Test for push being relaxed.Rafael Espindola2010-12-18
* Behave a bit more like gnu as and use the symbol (instead of the section)Rafael Espindola2010-11-24
* Relocate with the symbol if the relocation is of kind NTPOFF.Rafael Espindola2010-11-24
* Handle PCRel relocations with absolute values. Fixes PR8656.Rafael Espindola2010-11-21
* Implement DTPOFF.Rafael Espindola2010-10-28
* Implement TLSLDM.Rafael Espindola2010-10-28
* Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.Rafael Espindola2010-10-28
* Add support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TLS_IE and R_386_TLS_LE.Rafael Espindola2010-10-27
* Fixing r116753 r116756 r116777Jason W Kim2010-10-19
* Speculatively revert 116753 and 116756 to attempt to fix the bots.Eric Christopher2010-10-19
* Changed elf-dump to output hex format by default.Jason W Kim2010-10-18
* Implement R_386_GOT32.Rafael Espindola2010-10-18
* Relocate with .bss instead of using the symbol. Matches gas behavior.Rafael Espindola2010-10-18
* Produce ELF::R_386_GOTPC relocations.Rafael Espindola2010-10-18
* Produce a R_386_PLT32 when needed. Moved the default cases of switches to theRafael Espindola2010-10-18
* Handle GOTOFF correctly on i386.Rafael Espindola2010-10-18