Fixed the mess with all the different stacks


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@204 a1c6a512-1295-4272-9138-f99709370657
diff --git a/gdb/start.s b/gdb/start.s
index 88ad906..e902db7 100644
--- a/gdb/start.s
+++ b/gdb/start.s
@@ -23,7 +23,7 @@
 	.section	.text
 	.extern	_INIT
 	.extern _vectable
-	.extern _init_stack
+	.extern _stack
 	.global _start
 	.align  2
 
@@ -36,6 +36,6 @@
 	nop
 
 1:	.long	_vectable
-2:	.long	_init_stack+2*1024*4
+2:	.long	_stack
 3:	.long	_INIT
 	.type		_start,@function