From 715d6167e07a46f5bc37f42993c209450484bbe8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 19 Jun 2018 15:10:36 +0200 Subject: bsps: Support .rtemsstack.* linker input sections Use a dedicated memory region or place it between the BSS and workspace. Update #3459. --- 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 42dccab5ae..86613dd73d 100644 --- a/bsps/v850/gdbv850sim/start/linkcmds +++ b/bsps/v850/gdbv850sim/start/linkcmds @@ -194,6 +194,9 @@ SECTIONS } . += _StackSize; _stack = .; + .rtemsstack (NOLOAD) : { + *(SORT(.rtemsstack.*)) + } _WorkAreaBase = .; _end = . ; PROVIDE (end = .); -- cgit v1.2.3