* gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so

as not to clash with .data section.
This commit is contained in:
Corinna Vinschen 2010-07-26 12:31:11 +00:00
parent a04ba9855e
commit a99aee835b
2 changed files with 6 additions and 1 deletions

View 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.

View File

@ -29,6 +29,6 @@
comment "crt0 startup"
.macro gdbasm_startup
mov r15,#2
mov r15,#8
.endm