ARM stack alignment

Align the stack on a 16-byte boundary as on the x86_32 platform.

Fixes #236.
This commit is contained in:
Christian Prochaska 2012-06-12 14:37:00 +02:00 committed by Norman Feske
parent 1bf7967463
commit 7d419893f9
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ __dso_handle:
/*--- .bss (non-initialized data) ------------------*/
.section ".bss"
.p2align 4
.globl _stack_low
_stack_low:
.space 64*1024