summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/shared/start/linkcmds.base
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sparc/shared/start/linkcmds.base')
-rw-r--r--bsps/sparc/shared/start/linkcmds.base2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/sparc/shared/start/linkcmds.base b/bsps/sparc/shared/start/linkcmds.base
index ed7ab38b37..b278c78a46 100644
--- a/bsps/sparc/shared/start/linkcmds.base
+++ b/bsps/sparc/shared/start/linkcmds.base
@@ -155,7 +155,7 @@ SECTIONS
*(.rela.rtemsrwset*)
} >ram
.noinit (NOLOAD) : {
- *(.noinit*)
+ *(SORT_BY_NAME (SORT_BY_ALIGNMENT (.noinit*)))
} > ram
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))