summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/gen68360/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/gen68360/start/linkcmds')
-rw-r--r--bsps/m68k/gen68360/start/linkcmds3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsps/m68k/gen68360/start/linkcmds b/bsps/m68k/gen68360/start/linkcmds
index 4ffc8bb57a..f3d6712988 100644
--- a/bsps/m68k/gen68360/start/linkcmds
+++ b/bsps/m68k/gen68360/start/linkcmds
@@ -155,7 +155,10 @@ SECTIONS {
. = ALIGN (16);
_stack_init = .;
_clear_end = .;
+ } >ram
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
WorkAreaBase = .;
} >ram