mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +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>
|
2009-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* configure.ac, include/bsp.h: Run better on simulator. Timer is
|
* configure.ac, include/bsp.h: Run better on simulator. Timer is
|
||||||
|
|||||||
@@ -231,13 +231,14 @@ SECTIONS
|
|||||||
__rtems_end = . ;
|
__rtems_end = . ;
|
||||||
PROVIDE (end = .);
|
PROVIDE (end = .);
|
||||||
|
|
||||||
|
. += _StackSize;
|
||||||
|
_fstack = .;
|
||||||
|
|
||||||
WorkAreaBase = .;
|
WorkAreaBase = .;
|
||||||
|
|
||||||
. += _StackSize;
|
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
_stack_init = .;
|
_stack_init = .;
|
||||||
_clear_end = .;
|
_clear_end = .;
|
||||||
_fstack = .;
|
|
||||||
|
|
||||||
} > sdram
|
} > sdram
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user