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