arm: Provide alloca()
commitc4427747e6e5890b65c70e8fad5b30309b2b0279
authorMichael Matz <matz@suse.de>
Sat, 5 Apr 2014 20:54:11 +0000 (5 22:54 +0200)
committerMichael Matz <matz@suse.de>
Sat, 5 Apr 2014 20:54:11 +0000 (5 22:54 +0200)
treec3c841302d0918a594324ef0ec97341eee69b8ce
parentb0f8ca5e0306b09077866d959b307618755513cd
arm: Provide alloca()

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.
lib/Makefile
lib/alloca-arm.S [new file with mode: 0644]
tests/tcctest.c