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/m68k/gen68340/start/linkcmds | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bsps/m68k/gen68340') diff --git a/bsps/m68k/gen68340/start/linkcmds b/bsps/m68k/gen68340/start/linkcmds index 860115930e..99eeb3bf70 100644 --- a/bsps/m68k/gen68340/start/linkcmds +++ b/bsps/m68k/gen68340/start/linkcmds @@ -191,7 +191,10 @@ SECTIONS { . = ALIGN (16); _stack_init = .; _clear_end = .; + } >ram + .rtemsstack (NOLOAD) : { + *(SORT(.rtemsstack.*)) WorkAreaBase = .; } >ram -- cgit v1.2.3