about summary refs log tree commit diff
path: root/src/thread/arm/clone.s
Commit message (Expand)AuthorAgeFilesLines
* fix code path where child function returns in arm __clone built as thumbRich Felker2019-09-111-7/+3
* make arch __clone backends hiddenRich Felker2018-09-121-0/+1
* explicitly assemble all arm asm sources as UALRich Felker2015-11-101-0/+1
* remove non-working pre-armv4t support from arm asmRich Felker2015-11-091-2/+0
* clone: make clone a wrapper around __cloneBobby Bingham2014-02-091-3/+0
* fix arm clone syscall bug (no effect unless app uses clone)Rich Felker2012-09-271-2/+1
* avoid blx instruction which does not exist on armv4t or armv4Rich Felker2012-07-141-1/+2
* fix typo in arm clone() asmRich Felker2011-10-091-1/+1
* initial commit of the arm portRich Felker2011-09-181-0/+35