aboutsummaryrefslogtreecommitdiff
path: root/src/thread/arm/clone.s
AgeCommit message (Expand)AuthorFilesLines
2019-09-11fix code path where child function returns in arm __clone built as thumbRich Felker1-7/+3
2018-09-12make arch __clone backends hiddenRich Felker1-0/+1
2015-11-10explicitly assemble all arm asm sources as UALRich Felker1-0/+1
2015-11-09remove non-working pre-armv4t support from arm asmRich Felker1-2/+0
2014-02-09clone: make clone a wrapper around __cloneBobby Bingham1-3/+0
2012-09-27fix arm clone syscall bug (no effect unless app uses clone)Rich Felker1-2/+1
2012-07-14avoid blx instruction which does not exist on armv4t or armv4Rich Felker1-1/+2
2011-10-09fix typo in arm clone() asmRich Felker1-1/+1
2011-09-18initial commit of the arm portRich Felker1-0/+35