summaryrefslogtreecommitdiffstats
path: root/bsps/moxie/moxiesim/start/linkcmds
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-30 15:47:10 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-02 18:41:21 +0200
commite10dec0fe72c19320d2c93b905457a5327ec1235 (patch)
tree5552dc51b826b97490d640cb893ff084e43ae8ff /bsps/moxie/moxiesim/start/linkcmds
parentbasedefs: Add RTEMS_NOINIT (diff)
downloadrtems-e10dec0fe72c19320d2c93b905457a5327ec1235.tar.bz2
bsps: Support RTEMS_NOINIT in linkcmds
Update #3866.
Diffstat (limited to 'bsps/moxie/moxiesim/start/linkcmds')
-rw-r--r--bsps/moxie/moxiesim/start/linkcmds3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsps/moxie/moxiesim/start/linkcmds b/bsps/moxie/moxiesim/start/linkcmds
index eaf9d8d3a0..e49aece385 100644
--- a/bsps/moxie/moxiesim/start/linkcmds
+++ b/bsps/moxie/moxiesim/start/linkcmds
@@ -230,6 +230,9 @@ SECTIONS
_end = .;
_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;
PROVIDE (end = .);
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ }
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
}