summaryrefslogtreecommitdiffstats
path: root/bsps/x86_64/amd64/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bsps/x86_64/amd64/start/linkcmds2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/x86_64/amd64/start/linkcmds b/bsps/x86_64/amd64/start/linkcmds
index ab6981e872..c7bd54279b 100644
--- a/bsps/x86_64/amd64/start/linkcmds
+++ b/bsps/x86_64/amd64/start/linkcmds
@@ -234,7 +234,7 @@ SECTIONS
_end = .; PROVIDE (end = .);
.noinit (NOLOAD) :
{
- *(.noinit*)
+ *(SORT_BY_NAME (SORT_BY_ALIGNMENT (.noinit*)))
}
.rtemsstack (NOLOAD) :
{