summaryrefslogtreecommitdiffstats
path: root/bsps/mips/malta/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/mips/malta/start/linkcmds')
-rw-r--r--bsps/mips/malta/start/linkcmds7
1 files changed, 6 insertions, 1 deletions
diff --git a/bsps/mips/malta/start/linkcmds b/bsps/mips/malta/start/linkcmds
index 3a71c5af8b..4e44bce110 100644
--- a/bsps/mips/malta/start/linkcmds
+++ b/bsps/mips/malta/start/linkcmds
@@ -169,9 +169,14 @@ SECTIONS
. += _StackSize;
__stack = .;
_stack_init = .;
- WorkAreaBase = .;
_clear_end = .;
}
+
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
+ WorkAreaBase = .;
+ }
+
. = 0x88400000; /* reserve some memory for Work Area */
end = .;
_end = .;