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 3cf9f91e84..18e8d34dd1 100644
--- a/bsps/powerpc/ss555/start/linkcmds
+++ b/bsps/powerpc/ss555/start/linkcmds
@@ -233,6 +233,10 @@ SECTIONS
PROVIDE(_end = bss.end);
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ }
+
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
}