Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-11-10 | explicitly assemble all arm asm sources as UAL | Rich Felker | -0/+2 |
2015-11-09 | remove non-working pre-armv4t support from arm asm | Rich Felker | -4/+0 |
2013-07-21 | remove init/fini array asm from arm crti/crtn files | Rich Felker | -22/+2 |
2013-02-03 | fix regression that made shared libs crash on arm | Rich Felker | -0/+2 |
2012-12-07 | add support for ctors/dtors on arm with modern gcc | Rich Felker | -2/+20 |
2012-06-25 | fix arm crti/crtn code | Rich Felker | -0/+2 |
2012-02-06 | add support for init/finit (constructors and destructors) | Rich Felker | -0/+9 |