summaryrefslogtreecommitdiffstats
path: root/bsps/sh/shsim/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/shsim/start/linkcmds')
-rw-r--r--bsps/sh/shsim/start/linkcmds4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/sh/shsim/start/linkcmds b/bsps/sh/shsim/start/linkcmds
index 41c7245da0..932d94161f 100644
--- a/bsps/sh/shsim/start/linkcmds
+++ b/bsps/sh/shsim/start/linkcmds
@@ -209,6 +209,10 @@ SECTIONS
} > ram
_stack = .;
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
+ } > ram
+
_WorkAreaBase = . ;
_CPU_Interrupt_stack_low = 0x00080000 ;