summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-09 14:52:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-09 14:52:43 +0000
commit4b27d816f3531a75a4ffeef9be81db2248ef9aa4 (patch)
tree0eca5c79a86c87b663145652ca1916da77256710 /c/src/lib/libbsp/powerpc/psim/startup/linkcmds
parent2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4b27d816f3531a75a4ffeef9be81db2248ef9aa4.tar.bz2
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Misc cleanups and fixes. * startup/Makefile.am: Misc cleanups and fixes. * startup/linkcmds: Preparations for gcc-3.3.x. * wrapup/Makefile.am: Misc cleanups and fixes.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/psim/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/startup/linkcmds5
1 files changed, 2 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/startup/linkcmds b/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
index 0c9d76a644..92ec5113b4 100644
--- a/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
@@ -103,9 +103,8 @@ SECTIONS
/* . = ALIGN(8) + 0x40000; */
.data :
{
- *(.data)
- *(.gnu.linkonce.d.*)
- CONSTRUCTORS
+ *(.data .data.* .gnu.linkonce.d.*)
+ SORT(CONSTRUCTORS)
} >RAM
PROVIDE (__EXCEPT_START__ = .);
.gcc_except_table : { *(.gcc_except_table) } >RAM