summary refs log tree commit diff
path: root/src/rt/arch/arm/morestack.S
blob: 1afce5bd848b7977ddb60222a5b49bf2e8fbf9aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Mark stack as non-executable
#if defined(__linux__) && defined(__ELF__)
.section	.note.GNU-stack, "", %progbits
#endif

.text
.code 32
.arm
.align

.globl __morestack
.hidden __morestack
__morestack: