stacksymbols adapted to Coldfire

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5281 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-10-15 02:14:45 +00:00
parent 7b91ec6b19
commit 435737aa77

View file

@ -89,8 +89,10 @@ SECTIONS
{ {
*(.stack) *(.stack)
_stackbegin = . - SIZEOF(.iram); _stackbegin = . - SIZEOF(.iram);
stackbegin = . - SIZEOF(.iram);
. += 0x2000 - SIZEOF(.iram); . += 0x2000 - SIZEOF(.iram);
_stackend = .; _stackend = .;
stackend = .;
} > DRAM } > DRAM
.bss : .bss :