summaryrefslogtreecommitdiffstats
path: root/bsps/v850/gdbv850sim/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/v850/gdbv850sim/start/linkcmds')
-rw-r--r--bsps/v850/gdbv850sim/start/linkcmds2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/v850/gdbv850sim/start/linkcmds b/bsps/v850/gdbv850sim/start/linkcmds
index 84f5dc6690..274cbeb96e 100644
--- a/bsps/v850/gdbv850sim/start/linkcmds
+++ b/bsps/v850/gdbv850sim/start/linkcmds
@@ -193,7 +193,7 @@ SECTIONS
*(COMMON)
}
.noinit (NOLOAD) : {
- *(.noinit*)
+ *(SORT_BY_NAME (SORT_BY_ALIGNMENT (.noinit*)))
}
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))