aboutsummaryrefslogtreecommitdiff
path: root/crt/arm
AgeCommit message (Expand)Author
2015-11-10explicitly assemble all arm asm sources as UALRich Felker
2015-11-09remove non-working pre-armv4t support from arm asmRich Felker
2015-10-14remove hand-written crt1.s and Scrt1.s files for all archsRich Felker
2013-08-15add function types to arm crt assemblyRich Felker
2013-07-21remove init/fini array asm from arm crti/crtn filesRich Felker
2013-07-10add PIE support for ARMRich Felker
2013-02-03fix regression that made shared libs crash on armRich Felker
2012-12-07add support for ctors/dtors on arm with modern gccRich Felker
2012-06-25fix arm crti/crtn codeRich Felker
2012-02-06add support for init/finit (constructors and destructors)Rich Felker
2011-09-18initial commit of the arm portRich Felker