summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh2/start/linkcmds.ram
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/gensh2/start/linkcmds.ram')
-rw-r--r--bsps/sh/gensh2/start/linkcmds.ram2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/sh/gensh2/start/linkcmds.ram b/bsps/sh/gensh2/start/linkcmds.ram
index ccf752a26b..c6f173d129 100644
--- a/bsps/sh/gensh2/start/linkcmds.ram
+++ b/bsps/sh/gensh2/start/linkcmds.ram
@@ -201,7 +201,7 @@ SECTIONS
PROVIDE (end = .);
.noinit (NOLOAD) : {
- *(.noinit*)
+ *(SORT_BY_NAME (SORT_BY_ALIGNMENT (.noinit*)))
} > ram
.rtemsstackidle (NOLOAD) : {