forked from Imagelibrary/rtems
bsps/arm: Move abort stack
Move abort stack above the other exception stacks to use them just in case.
This commit is contained in:
@@ -296,10 +296,6 @@ SECTIONS {
|
||||
|
||||
. = ALIGN (bsp_stack_align);
|
||||
|
||||
bsp_stack_abt_begin = .;
|
||||
. = . + bsp_stack_abt_size;
|
||||
bsp_stack_abt_end = .;
|
||||
|
||||
bsp_stack_fiq_begin = .;
|
||||
. = . + bsp_stack_fiq_size;
|
||||
bsp_stack_fiq_end = .;
|
||||
@@ -316,6 +312,10 @@ SECTIONS {
|
||||
. = . + bsp_stack_und_size;
|
||||
bsp_stack_und_end = .;
|
||||
|
||||
bsp_stack_abt_begin = .;
|
||||
. = . + bsp_stack_abt_size;
|
||||
bsp_stack_abt_end = .;
|
||||
|
||||
bsp_stack_main_begin = .;
|
||||
. = . + bsp_stack_main_size;
|
||||
bsp_stack_main_end = .;
|
||||
|
||||
Reference in New Issue
Block a user