repo.or.cz
/
tinycc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix: try to add a bounds.o only if __bounds_init not found
[tinycc.git]
/
lib
/
alloca-arm.S
blob
9deae630530ece025e9f97491380092b7a184d48
1
.text
2
.align 2
3
.global alloca
4
.type alloca, %function
5
alloca:
6
rsb sp, r0, sp
7
bic sp, sp, #7
8
mov r0, sp
9
mov pc, lr
10
.size alloca, .-alloca
11
.section .note.GNU-stack,"",%progbits