summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/ss555/start
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/ss555/start')
-rw-r--r--bsps/powerpc/ss555/start/linkcmds2
-rw-r--r--bsps/powerpc/ss555/start/start.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/bsps/powerpc/ss555/start/linkcmds b/bsps/powerpc/ss555/start/linkcmds
index 18e8d34dd1..09ab05ab53 100644
--- a/bsps/powerpc/ss555/start/linkcmds
+++ b/bsps/powerpc/ss555/start/linkcmds
@@ -234,7 +234,7 @@ SECTIONS
PROVIDE(_end = bss.end);
.noinit (NOLOAD) : {
- *(.noinit*)
+ *(SORT_BY_NAME (SORT_BY_ALIGNMENT (.noinit*)))
}
.rtemsstack (NOLOAD) : {
diff --git a/bsps/powerpc/ss555/start/start.S b/bsps/powerpc/ss555/start/start.S
index 121403e1fc..924ef82e64 100644
--- a/bsps/powerpc/ss555/start/start.S
+++ b/bsps/powerpc/ss555/start/start.S
@@ -8,7 +8,7 @@
* This file is based on several others:
*
* (1) start360.s from the gen68360 BSP by
- * W. Eric Norum (eric@skatter.usask.ca)
+ * W. Eric Norum (eric@norum.ca)
* with the following copyright and license:
*
* COPYRIGHT (c) 1989-1998.