aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/Linux-arm-asm.s
AgeCommit message (Collapse)AuthorFilesLines
2020-02-11libthread: fix ARM build by renaming fileNeven Sajko1-0/+41
Fixes #363 Change-Id: Ic8ad5ccce3935fdf00732d78d3024b535db90447
2020-01-19libthread: remove Linux 2.4 codeRuss Cox1-10/+0
Linux.c was for Linux 2.4 and is no longer used directly, only indirectly because NetBSD.c was a 1-line file #including Linux.c. So mv Linux.c NetBSD.c. Also rm Linux-*-asm.s which was for Linux 2.4 as well.
2020-01-19libthread: rm unused ARM (get|set)mcontext (#354)Neven Sajko1-43/+0
They were just a duplicate of my(get|set)mcontext from the other assembly file, and unused from threadimpl.h. Change-Id: Id8003e5177ed9d37a7f0210037acbe55bbf7f708
2005-11-04use macro for getcontext (setjmp)rsc1-6/+4
2005-11-03armrsc1-4/+6
2005-11-03armrsc1-33/+33
2005-11-01armrsc1-0/+53