forked from Imagelibrary/rtems
bsps: Support .rtemsstack.* linker input sections
Use a dedicated memory region or place it between the BSS and workspace. Update #3459.
This commit is contained in:
@@ -335,6 +335,9 @@ SECTIONS {
|
||||
bsp_stack_secondary_processors_end = .;
|
||||
|
||||
*(.bsp_vector)
|
||||
} > REGION_VECTOR AT > REGION_VECTOR
|
||||
.rtemsstack (NOLOAD) : {
|
||||
*(SORT(.rtemsstack.*))
|
||||
bsp_section_vector_end = .;
|
||||
} > REGION_VECTOR AT > REGION_VECTOR
|
||||
bsp_section_vector_size = bsp_section_vector_end - bsp_section_vector_begin;
|
||||
|
||||
Reference in New Issue
Block a user