]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 090c6c2e47ebca3820865dea25e27bc95c2f0dd0..ae6dfa6e93987a3bcbcb75996ba8c20ffba52a6e 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 22827f3eb1c0c0dc500609418c32aacb50e9b671..7aea1b9678d83c8d32ca7ba180a386920e2aebcd 100644 (file)
@@ -29,6 +29,6 @@
 
        comment "crt0 startup"
        .macro gdbasm_startup
-       mov r15,#2
+       mov r15,#8
        .endm