summaryrefslogtreecommitdiffstats
path: root/bsps/sparc64/shared/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sparc64/shared/start/linkcmds')
-rw-r--r--bsps/sparc64/shared/start/linkcmds9
1 files changed, 7 insertions, 2 deletions
diff --git a/bsps/sparc64/shared/start/linkcmds b/bsps/sparc64/shared/start/linkcmds
index 2f9db3a087..9cd4d99583 100644
--- a/bsps/sparc64/shared/start/linkcmds
+++ b/bsps/sparc64/shared/start/linkcmds
@@ -206,9 +206,14 @@ SECTIONS
end = .;
_end = .;
__end = .;
-
- . = ALIGN (16); /* arbitrary alignment */
+ } > ram
+
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
PROVIDE (WorkAreaBase = .);
+ } > ram
+
+ .heap : {
. += HeapSize;
PROVIDE (HeapBase = .);
. += HeapSize;