aboutsummaryrefslogtreecommitdiff
path: root/arm-link.c
Commit message (Expand)AuthorAgeFilesLines
* elf: Support STB_LOCAL dynamic symbolsMichael Matz2017-05-071-0/+1
* tcc: fixup clang warningsAndrei Warkentin2017-04-251-1/+1
* tccelf: some linker cleanupgrischka2016-12-151-1/+64
* Use functions to get relocation infoThomas Preud'homme2016-12-101-23/+74
* Remove now useless pltoff_addend reloc infoThomas Preud'homme2016-12-101-21/+21
* Fix PLT creation for i386Thomas Preud'homme2016-12-101-0/+1
* Fix relocs_info declaration in tcc.hThomas Preud'homme2016-12-051-2/+28
* Consolidate all relocations in relocate_sectionThomas Preud'homme2016-12-031-4/+0
* Consolidate GOT creation in build_got_entriesThomas Preud'homme2016-12-031-1/+1
* Make build_got_entries more target independentThomas Preud'homme2016-12-031-2/+52
* Do section relocation in architecture backendThomas Preud'homme2016-12-031-0/+204