summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/uC5282/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/uC5282/start/linkcmds')
-rw-r--r--bsps/m68k/uC5282/start/linkcmds18
1 files changed, 10 insertions, 8 deletions
diff --git a/bsps/m68k/uC5282/start/linkcmds b/bsps/m68k/uC5282/start/linkcmds
index 2111e53036..a171cba284 100644
--- a/bsps/m68k/uC5282/start/linkcmds
+++ b/bsps/m68k/uC5282/start/linkcmds
@@ -1,15 +1,17 @@
/*
* This file contains directives for the GNU linker which are specific
* to the Arcturus uC DIMM ColdFire 5282
+ */
+
+/*
+ * Copyright (c) 2005 Eric Norum <eric@norum.ca>
*
- * Author: W. Eric Norum <norume@aps.anl.gov>
- *
- * COPYRIGHT (c) 2005-2007.
- * On-Line Applications Research Corporation (OAR).
+ * COPYRIGHT (c) 2005-2007.
+ * On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
*/
/*
@@ -204,7 +206,7 @@ SECTIONS
} >ram
.noinit (NOLOAD) : {
- *(.noinit*)
+ *(SORT_BY_NAME (SORT_BY_ALIGNMENT (.noinit*)))
} >ram
.rtemsstack (NOLOAD) : {