aboutsummaryrefslogtreecommitdiff
path: root/arm64-link.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Fix 42_function_testMichael Matz2017-02-111-2/+2
* arm64: Handle R_AARCH64_PREL32 againMichael Matz2016-12-151-0/+5
* tccelf: some linker cleanupgrischka2016-12-151-1/+69
* 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