summaryrefslogtreecommitdiffstats
path: root/bsps/m32c/m32cbsp/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m32c/m32cbsp/start/linkcmds')
-rw-r--r--bsps/m32c/m32cbsp/start/linkcmds5
1 files changed, 5 insertions, 0 deletions
diff --git a/bsps/m32c/m32cbsp/start/linkcmds b/bsps/m32c/m32cbsp/start/linkcmds
index 48cc27e7ae..201b26fb2c 100644
--- a/bsps/m32c/m32cbsp/start/linkcmds
+++ b/bsps/m32c/m32cbsp/start/linkcmds
@@ -157,6 +157,11 @@ SECTIONS
. += _StackSize;
PROVIDE (__stack = .);
+
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
+ } > RAM
+
PROVIDE (_WorkAreaBase = .);
. = 0xa00000;
PROVIDE (_WorkAreaEnd = .);