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