summaryrefslogtreecommitdiff
path: root/gdb/linker.cfg
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-04-23 21:59:20 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-04-23 21:59:20 +0000
commit8ee52130f0105723186d648688548be0561b8e08 (patch)
tree64c455cc9d80b8d07200dd8eb648d6d59cdb0e65 /gdb/linker.cfg
parent3236c3581b591e2d482e356b979738ccc4b8f08f (diff)
Fixed the mess with all the different stacks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@204 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'gdb/linker.cfg')
-rw-r--r--gdb/linker.cfg9
1 files changed, 5 insertions, 4 deletions
diff --git a/gdb/linker.cfg b/gdb/linker.cfg
index 621492afd3..5d5334b92f 100644
--- a/gdb/linker.cfg
+++ b/gdb/linker.cfg
@@ -10,14 +10,15 @@ SECTIONS
*(.rodata)
}
- .bss :
+ .text :
{
- _stack = . + 0x1000;
+ *(.text)
}
- .text :
+ .bss :
{
- *(.text)
+ _stack = . + 0x1000;
+ _stub_stack = _stack + 0x1000;
}
.pad 0x0900C800 :