summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/shared/start/linkcmds.share
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/shared/start/linkcmds.share')
-rw-r--r--bsps/powerpc/shared/start/linkcmds.share3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsps/powerpc/shared/start/linkcmds.share b/bsps/powerpc/shared/start/linkcmds.share
index deefbe2186..86b02cb18e 100644
--- a/bsps/powerpc/shared/start/linkcmds.share
+++ b/bsps/powerpc/shared/start/linkcmds.share
@@ -253,6 +253,9 @@ SECTIONS
. = ALIGN(16);
PROVIDE (__bss_end = .);
} > CODE
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ } > CODE
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
} >CODE