summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/startup/linkcmds
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-05 22:37:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-05 22:37:17 +0000
commita92280e02d171dfcc0f9b34bc215b28486205980 (patch)
tree7b6cf606fd322928cf2187e3645e312dc509663f /c/src/lib/libbsp/sparc/erc32/startup/linkcmds
parentchanged version to 19990805 (diff)
downloadrtems-a92280e02d171dfcc0f9b34bc215b28486205980.tar.bz2
Now supports C++ global constructors and exceptions.
Diffstat (limited to 'c/src/lib/libbsp/sparc/erc32/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/linkcmds2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/linkcmds b/c/src/lib/libbsp/sparc/erc32/startup/linkcmds
index 46c989888c..c7ed71d621 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/linkcmds
+++ b/c/src/lib/libbsp/sparc/erc32/startup/linkcmds
@@ -120,6 +120,8 @@ SECTIONS
etext = ALIGN(0x10);
_etext = .;
+ *(.init)
+ *(.fini)
*(.lit)
*(.shdata)
_endtext = .;