summaryrefslogtreecommitdiffstats
path: root/bsps/i386/pc386/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/i386/pc386/start/linkcmds')
-rw-r--r--bsps/i386/pc386/start/linkcmds5
1 files changed, 3 insertions, 2 deletions
diff --git a/bsps/i386/pc386/start/linkcmds b/bsps/i386/pc386/start/linkcmds
index 5fc3444c9e..01ec1e9371 100644
--- a/bsps/i386/pc386/start/linkcmds
+++ b/bsps/i386/pc386/start/linkcmds
@@ -204,9 +204,10 @@ SECTIONS
. = ALIGN(. != 0 ? 32 / 8 : 1);
}
. = ALIGN(32 / 8);
- . = ALIGN(32 / 8);
_end = .; PROVIDE (end = .);
- . = ALIGN(0x10);
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
+ }
WorkAreaBase = .;
. = DATA_SEGMENT_END (.);