summaryrefslogtreecommitdiffstats
path: root/lib/csu/aarch64
AgeCommit message (Expand)AuthorFilesLines
2020-10-19replace ad-hoc illegal instruction with the architecturally defined onenaddy1-2/+2
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenderaadt1-1/+2
2020-10-14use symbolic SYS_exit instead of the value 1deraadt1-2/+2
2020-02-18Now that the kernel skips the two instructions immediately followingkettenis1-3/+3
2020-01-26Insert two nop instructions after each svc #0 instruction in userland.kettenis1-1/+3
2018-07-24Fix address calculation for _DYNAMIC. We want to address of _DYNAMIC itself,kettenis1-2/+2
2017-08-11_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubguenther1-3/+1
2017-02-26Our certbegin/certend is always PIC, so remove the non-PIC MD_SECT_CALL_FUNC()kettenis1-14/+1
2017-01-24Fix passing &_DYNAMIC to _dl_boot_bind; makes -static -pie work.kettenis1-2/+3
2017-01-11Add support for AArch64.patrick1-0/+130