summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/ss555/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/ss555/start/linkcmds')
-rw-r--r--bsps/powerpc/ss555/start/linkcmds4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/powerpc/ss555/start/linkcmds b/bsps/powerpc/ss555/start/linkcmds
index 8282d6c605..079dc84924 100644
--- a/bsps/powerpc/ss555/start/linkcmds
+++ b/bsps/powerpc/ss555/start/linkcmds
@@ -248,6 +248,10 @@ SECTIONS
intrStack = .;
PROVIDE(intrStackPtr = intrStack);
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
+ }
+
/*
* Work Area
*