summaryrefslogtreecommitdiffstats
path: root/bsps/or1k/shared/start/linkcmds.base
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/or1k/shared/start/linkcmds.base')
-rw-r--r--bsps/or1k/shared/start/linkcmds.base7
1 files changed, 7 insertions, 0 deletions
diff --git a/bsps/or1k/shared/start/linkcmds.base b/bsps/or1k/shared/start/linkcmds.base
index 0d92f6467f..c276e13cb2 100644
--- a/bsps/or1k/shared/start/linkcmds.base
+++ b/bsps/or1k/shared/start/linkcmds.base
@@ -285,6 +285,13 @@ SECTIONS {
} > REGION_BSS AT > REGION_BSS
bsp_section_bss_size = bsp_section_bss_end - bsp_section_bss_begin;
+ .noinit (NOLOAD) : ALIGN_WITH_INPUT {
+ bsp_section_noinit_begin = .;
+ *(.noinit*)
+ bsp_section_noinit_end = .;
+ } > REGION_BSS AT > REGION_BSS
+ bsp_section_noinit_size = bsp_section_noinit_end - bsp_section_noinit_begin;
+
.rtemsstack (NOLOAD) : ALIGN_WITH_INPUT{
*(SORT(.rtemsstack.*))
} > REGION_WORK AT > REGION_WORK