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/i386/pc386/start/linkcmds | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bsps/i386') diff --git a/bsps/i386/pc386/start/linkcmds b/bsps/i386/pc386/start/linkcmds index 01ec1e9371..46a7af4cb9 100644 --- a/bsps/i386/pc386/start/linkcmds +++ b/bsps/i386/pc386/start/linkcmds @@ -205,6 +205,9 @@ SECTIONS } . = ALIGN(32 / 8); _end = .; PROVIDE (end = .); + .noinit (NOLOAD) : { + *(.noinit*) + } .rtemsstack (NOLOAD) : { *(SORT(.rtemsstack.*)) } -- cgit v1.2.3