Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove hand-written crt1.s and Scrt1.s files for all archs | Rich Felker | 2015-10-14 | 2 | -47/+0 |
* | add function types to arm crt assembly | Rich Felker | 2013-08-15 | 2 | -0/+3 |
* | remove init/fini array asm from arm crti/crtn files | Rich Felker | 2013-07-21 | 2 | -44/+4 |
* | add PIE support for ARM | Rich Felker | 2013-07-10 | 1 | -0/+30 |
* | fix regression that made shared libs crash on arm | Rich Felker | 2013-02-03 | 2 | -0/+4 |
* | add support for ctors/dtors on arm with modern gcc | Rich Felker | 2012-12-07 | 2 | -4/+40 |
* | fix arm crti/crtn code | Rich Felker | 2012-06-25 | 2 | -0/+4 |
* | add support for init/finit (constructors and destructors) | Rich Felker | 2012-02-06 | 3 | -2/+21 |
* | initial commit of the arm port | Rich Felker | 2011-09-18 | 1 | -0/+13 |