summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh4/start/linkcmds.rom
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/gensh4/start/linkcmds.rom')
-rw-r--r--bsps/sh/gensh4/start/linkcmds.rom5
1 files changed, 4 insertions, 1 deletions
diff --git a/bsps/sh/gensh4/start/linkcmds.rom b/bsps/sh/gensh4/start/linkcmds.rom
index 13c6096af1..5e37f06941 100644
--- a/bsps/sh/gensh4/start/linkcmds.rom
+++ b/bsps/sh/gensh4/start/linkcmds.rom
@@ -187,7 +187,10 @@ SECTIONS
__bss_end = .;
} > ram
- . = ALIGN(16);
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
+ } > ram
+
_WorkAreaBase = . ;
. = ALIGN(16);