summaryrefslogtreecommitdiffstats
path: root/bsps/x86_64/amd64/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/x86_64/amd64/start/linkcmds')
-rw-r--r--bsps/x86_64/amd64/start/linkcmds5
1 files changed, 5 insertions, 0 deletions
diff --git a/bsps/x86_64/amd64/start/linkcmds b/bsps/x86_64/amd64/start/linkcmds
index c60d07d6ec..ab6981e872 100644
--- a/bsps/x86_64/amd64/start/linkcmds
+++ b/bsps/x86_64/amd64/start/linkcmds
@@ -10,6 +10,7 @@
* Changes:
* - Added HeapSize, RamBase, RamSize, WorkBase
* - rtemssroset section
+ * - noinit section
* - rtemsstack section
*/
@@ -231,6 +232,10 @@ SECTIONS
}
. = ALIGN(64 / 8);
_end = .; PROVIDE (end = .);
+ .noinit (NOLOAD) :
+ {
+ *(.noinit*)
+ }
.rtemsstack (NOLOAD) :
{
*(SORT(.rtemsstack.*))