- stack fix
- configure base address

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
This commit is contained in:
Yoshinori Sato
2015-05-31 23:42:37 +09:00
parent 780ffcd51c
commit 78f02cac95
4 ha cambiato i file con 7 aggiunte e 11 eliminazioni

Vedi File

@@ -27,6 +27,6 @@ SECTIONS
*(.bss*)
. = ALIGN(0x4) ;
__ebss = . ;
__end = . ;
}
_end = . ;
}