Fixed the mess with all the different stacks

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@204 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-04-23 21:59:20 +00:00
parent 3236c3581b
commit 8ee52130f0
3 changed files with 17 additions and 16 deletions

View file

@ -10,16 +10,17 @@ SECTIONS
*(.rodata)
}
.bss :
{
_stack = . + 0x1000;
}
.text :
{
*(.text)
}
.bss :
{
_stack = . + 0x1000;
_stub_stack = _stack + 0x1000;
}
.pad 0x0900C800 :
{
LONG(0);