summaryrefslogtreecommitdiffstats
path: root/bsps/arm/shared/start/linkcmds.base
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/shared/start/linkcmds.base')
-rw-r--r--bsps/arm/shared/start/linkcmds.base3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsps/arm/shared/start/linkcmds.base b/bsps/arm/shared/start/linkcmds.base
index c6314547eb..5a669d87a8 100644
--- a/bsps/arm/shared/start/linkcmds.base
+++ b/bsps/arm/shared/start/linkcmds.base
@@ -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;