summaryrefslogtreecommitdiffstats
path: root/lib/csu/aarch64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace ad-hoc illegal instruction with the architecturally defined onenaddy2020-10-191-2/+2
* crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenderaadt2020-10-151-1/+2
* use symbolic SYS_exit instead of the value 1deraadt2020-10-141-2/+2
* Now that the kernel skips the two instructions immediately followingkettenis2020-02-181-3/+3
* Insert two nop instructions after each svc #0 instruction in userland.kettenis2020-01-261-1/+3
* Fix address calculation for _DYNAMIC. We want to address of _DYNAMIC itself,kettenis2018-07-241-2/+2
* _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubguenther2017-08-111-3/+1
* Our certbegin/certend is always PIC, so remove the non-PIC MD_SECT_CALL_FUNC()kettenis2017-02-261-14/+1
* Fix passing &_DYNAMIC to _dl_boot_bind; makes -static -pie work.kettenis2017-01-241-2/+3
* Add support for AArch64.patrick2017-01-111-0/+130