2009-03-30 Joel Sherrill <joel.sherrill@oarcorp.com>

* startup/linkcmds: Stack was overlapping work area.
This commit is contained in:
Joel Sherrill
2009-03-30 14:10:54 +00:00
parent 241a259dec
commit 7c48db8d29
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2009-03-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Stack was overlapping work area.
2009-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac, include/bsp.h: Run better on simulator. Timer is

View File

@@ -231,13 +231,14 @@ SECTIONS
__rtems_end = . ;
PROVIDE (end = .);
. += _StackSize;
_fstack = .;
WorkAreaBase = .;
. += _StackSize;
. = ALIGN (16);
_stack_init = .;
_clear_end = .;
_fstack = .;
} > sdram