summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/csb360/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/csb360/start/linkcmds')
-rw-r--r--bsps/m68k/csb360/start/linkcmds9
1 files changed, 5 insertions, 4 deletions
diff --git a/bsps/m68k/csb360/start/linkcmds b/bsps/m68k/csb360/start/linkcmds
index 09670c156d..25f3f3f15a 100644
--- a/bsps/m68k/csb360/start/linkcmds
+++ b/bsps/m68k/csb360/start/linkcmds
@@ -155,12 +155,13 @@ SECTIONS
_end = .;
clear_end = .;
-
- WorkAreaBase = .;
- WorkAreaBase = .;
-
} > ram
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
+ WorkAreaBase = .;
+ } >ram
+
.stab 0 (NOLOAD) :
{
*(.stab)