summaryrefslogtreecommitdiffstats
path: root/bsps/moxie/moxiesim/start
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/moxie/moxiesim/start')
-rw-r--r--bsps/moxie/moxiesim/start/bsp_specs0
-rw-r--r--bsps/moxie/moxiesim/start/linkcmds2
2 files changed, 1 insertions, 1 deletions
diff --git a/bsps/moxie/moxiesim/start/bsp_specs b/bsps/moxie/moxiesim/start/bsp_specs
deleted file mode 100644
index e69de29bb2..0000000000
--- a/bsps/moxie/moxiesim/start/bsp_specs
+++ /dev/null
diff --git a/bsps/moxie/moxiesim/start/linkcmds b/bsps/moxie/moxiesim/start/linkcmds
index e49aece385..2cfaa86fdd 100644
--- a/bsps/moxie/moxiesim/start/linkcmds
+++ b/bsps/moxie/moxiesim/start/linkcmds
@@ -231,7 +231,7 @@ SECTIONS
_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;
PROVIDE (end = .);
.noinit (NOLOAD) : {
- *(.noinit*)
+ *(SORT_BY_NAME (SORT_BY_ALIGNMENT (.noinit*)))
}
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))