* gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 26 Jul 2010 12:31:11 +0000 (12:31 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 26 Jul 2010 12:31:11 +0000 (12:31 +0000)
as not to clash with .data section.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.asm/xstormy16.inc

index 090c6c2..ae6dfa6 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-26  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
+       as not to clash with .data section.
+
 2010-07-26  Jerome Guitton  <guitton@adacore.com>
 
        * gdb.base/code_elim.exp: New file.
index 22827f3..7aea1b9 100644 (file)
@@ -29,6 +29,6 @@
 
        comment "crt0 startup"
        .macro gdbasm_startup
-       mov r15,#2
+       mov r15,#8
        .endm