From a99aee835b2314d62570ebd06ee862f50966f89c Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 26 Jul 2010 12:31:11 +0000 Subject: * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so as not to clash with .data section. --- gdb/testsuite/gdb.asm/xstormy16.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.asm') diff --git a/gdb/testsuite/gdb.asm/xstormy16.inc b/gdb/testsuite/gdb.asm/xstormy16.inc index 22827f3..7aea1b9 100644 --- a/gdb/testsuite/gdb.asm/xstormy16.inc +++ b/gdb/testsuite/gdb.asm/xstormy16.inc @@ -29,6 +29,6 @@ comment "crt0 startup" .macro gdbasm_startup - mov r15,#2 + mov r15,#8 .endm -- cgit v1.1