From e10dec0fe72c19320d2c93b905457a5327ec1235 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 30 Apr 2021 15:47:10 +0200 Subject: bsps: Support RTEMS_NOINIT in linkcmds Update #3866. --- bsps/v850/gdbv850sim/start/linkcmds | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bsps/v850') 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.*)) } -- cgit v1.2.3