summaryrefslogtreecommitdiffstats
path: root/bsps/v850/gdbv850sim/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/v850/gdbv850sim/start/linkcmds')
-rw-r--r--bsps/v850/gdbv850sim/start/linkcmds3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsps/v850/gdbv850sim/start/linkcmds b/bsps/v850/gdbv850sim/start/linkcmds
index a5339ef24d..84f5dc6690 100644
--- a/bsps/v850/gdbv850sim/start/linkcmds
+++ b/bsps/v850/gdbv850sim/start/linkcmds
@@ -192,6 +192,9 @@ SECTIONS
*(.bss)
*(COMMON)
}
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ }
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
}