Add __initial_sp variable to base-hw specific crt0

Fixes #756
This commit is contained in:
Stefan Kalkowski 2013-06-07 10:29:57 +02:00 committed by Norman Feske
parent d0d5ec92b6
commit e06a154294
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@
.global __dso_handle
__dso_handle: .long 0
.global __initial_sp
__initial_sp: .long 0
.section .bss
/* main-thread stack */