mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2009-03-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Stack was overlapping work area.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -231,13 +231,14 @@ SECTIONS
|
||||
__rtems_end = . ;
|
||||
PROVIDE (end = .);
|
||||
|
||||
. += _StackSize;
|
||||
_fstack = .;
|
||||
|
||||
WorkAreaBase = .;
|
||||
|
||||
. += _StackSize;
|
||||
. = ALIGN (16);
|
||||
_stack_init = .;
|
||||
_clear_end = .;
|
||||
_fstack = .;
|
||||
|
||||
} > sdram
|
||||
|
||||
|
||||
Reference in New Issue
Block a user