summaryrefslogtreecommitdiffstats
path: root/bsps/sparc64/shared/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sparc64/shared/start/linkcmds')
-rw-r--r--bsps/sparc64/shared/start/linkcmds4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/sparc64/shared/start/linkcmds b/bsps/sparc64/shared/start/linkcmds
index aaf48b5d83..eb744b45ab 100644
--- a/bsps/sparc64/shared/start/linkcmds
+++ b/bsps/sparc64/shared/start/linkcmds
@@ -179,6 +179,10 @@ SECTIONS
__end = .;
} > ram
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ } > ram
+
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
PROVIDE (WorkAreaBase = .);