summaryrefslogtreecommitdiffstats
path: root/bsps/mips/rbtx4925/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/mips/rbtx4925/start/linkcmds')
-rw-r--r--bsps/mips/rbtx4925/start/linkcmds5
1 files changed, 4 insertions, 1 deletions
diff --git a/bsps/mips/rbtx4925/start/linkcmds b/bsps/mips/rbtx4925/start/linkcmds
index 4f7de84115..7c75cb5d59 100644
--- a/bsps/mips/rbtx4925/start/linkcmds
+++ b/bsps/mips/rbtx4925/start/linkcmds
@@ -172,9 +172,12 @@ SECTIONS
_stack_init = .;
end = .;
_end = .;
- WorkAreaBase = .;
}
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
+ WorkAreaBase = .;
+ }
/* Debug sections. These should never be loadable, but they must have
zero addresses for the debuggers to work correctly. */