Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2019-09-11 | fix code path where child function returns in arm __clone built as thumb | Rich Felker | -7/+3 |
2018-09-12 | make arch __clone backends hidden | Rich Felker | -0/+1 |
2015-11-10 | explicitly assemble all arm asm sources as UAL | Rich Felker | -0/+1 |
2015-11-09 | remove non-working pre-armv4t support from arm asm | Rich Felker | -2/+0 |
2014-02-09 | clone: make clone a wrapper around __clone | Bobby Bingham | -3/+0 |
2012-09-27 | fix arm clone syscall bug (no effect unless app uses clone) | Rich Felker | -2/+1 |
2012-07-14 | avoid blx instruction which does not exist on armv4t or armv4 | Rich Felker | -1/+2 |
2011-10-09 | fix typo in arm clone() asm | Rich Felker | -1/+1 |
2011-09-18 | initial commit of the arm port | Rich Felker | -0/+35 |