aboutsummaryrefslogtreecommitdiff
path: root/arm64-link.c
Commit message (Expand)AuthorAgeFilesLines
* Use functions to get relocation infoThomas Preud'homme2016-12-101-16/+60
* Remove now useless pltoff_addend reloc infoThomas Preud'homme2016-12-101-14/+14
* Fix PLT creation for i386Thomas Preud'homme2016-12-101-0/+1
* Fix set but not used error in arm64-link.cThomas Preud'homme2016-12-051-5/+4
* Fix tcc_error params for R_AARCH64_(JUMP|CALL)26Thomas Preud'homme2016-12-051-3/+2
* Fix relocs_info declaration in tcc.hThomas Preud'homme2016-12-051-2/+22
* Consolidate all relocations in relocate_sectionThomas Preud'homme2016-12-031-8/+0
* Make build_got_entries more target independentThomas Preud'homme2016-12-031-1/+18
* Do section relocation in architecture backendThomas Preud'homme2016-12-031-0/+104