summaryrefslogtreecommitdiffstats
path: root/bsps/i386/pc386/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/i386/pc386/start/linkcmds')
-rw-r--r--bsps/i386/pc386/start/linkcmds3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsps/i386/pc386/start/linkcmds b/bsps/i386/pc386/start/linkcmds
index 01ec1e9371..46a7af4cb9 100644
--- a/bsps/i386/pc386/start/linkcmds
+++ b/bsps/i386/pc386/start/linkcmds
@@ -205,6 +205,9 @@ SECTIONS
}
. = ALIGN(32 / 8);
_end = .; PROVIDE (end = .);
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ }
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
}