summaryrefslogtreecommitdiffstats
path: root/bsps/moxie/moxiesim/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/moxie/moxiesim/start/linkcmds')
-rw-r--r--bsps/moxie/moxiesim/start/linkcmds3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsps/moxie/moxiesim/start/linkcmds b/bsps/moxie/moxiesim/start/linkcmds
index a4d9edac11..1df8cfb3fe 100644
--- a/bsps/moxie/moxiesim/start/linkcmds
+++ b/bsps/moxie/moxiesim/start/linkcmds
@@ -229,6 +229,9 @@ SECTIONS
_end = .;
_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;
PROVIDE (end = .);
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
+ }
WorkAreaBase = .;
/* Stabs debugging sections. */
.stab 0 : { *(.stab) }