aboutsummaryrefslogtreecommitdiff
path: root/lib/alloca-arm.S
Commit message (Collapse)AuthorAgeFilesLines
* arm: Provide alloca()Michael Matz2014-04-051-0/+11
This provides a simple implementation of alloca for ARM (and enables the associated testcase). As tcc for ARM doesn't contain an assembler, we'll have to resort using gcc for compiling it.