summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh4/start/linkcmds.rom2ram
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/gensh4/start/linkcmds.rom2ram')
-rw-r--r--bsps/sh/gensh4/start/linkcmds.rom2ram5
1 files changed, 4 insertions, 1 deletions
diff --git a/bsps/sh/gensh4/start/linkcmds.rom2ram b/bsps/sh/gensh4/start/linkcmds.rom2ram
index cc14d4e98d..2fff0d1f98 100644
--- a/bsps/sh/gensh4/start/linkcmds.rom2ram
+++ b/bsps/sh/gensh4/start/linkcmds.rom2ram
@@ -190,7 +190,10 @@ SECTIONS
*(.rela.sbss2 .rela.sbss2.* .rela.gnu.linkonce.sb2.*)
*(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*)
} >ram
- . = ALIGN(16);
+
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
+ } > ram
_WorkAreaBase = . ;