stacksymbols adapted to Coldfire
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5281 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7b91ec6b19
commit
435737aa77
1 changed files with 2 additions and 0 deletions
|
@ -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 :
|
||||||
|
|
Loading…
Reference in a new issue