summaryrefslogtreecommitdiff
path: root/src/thread/arm/syscall_cp.s
AgeCommit message (Expand)AuthorLines
2019-08-06in arm cancellation point asm, don't unnecessarily preserve link registerPatrick Oppenlander-4/+4
2015-11-10explicitly assemble all arm asm sources as UALRich Felker-0/+1
2015-11-09remove non-working pre-armv4t support from arm asmRich Felker-2/+0
2015-04-14consistently use hidden visibility for cancellable syscall internalsRich Felker-3/+8
2015-02-20prepare cancellation syscall asm for possibility of __cancel returningRich Felker-1/+5
2012-05-23fix bad opcode in arm syscall_cp_asmRich Felker-1/+1
2012-05-23fix issue with longjmp out of signal handlers and cancellationRich Felker-10/+8
2011-09-18initial commit of the arm portRich Felker-0/+23