summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-03 15:33:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-03 15:33:08 +0000
commita381e6e43eb5d237bfbd693ef63466288630835f (patch)
treedc82eea5cfa7985e56703fe074bc3dba52434e1a /c
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> that splits (diff)
downloadrtems-a381e6e43eb5d237bfbd693ef63466288630835f.tar.bz2
Added some C++/GNU sections.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/i960/cvme961/startup/linkcmds9
1 files changed, 8 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i960/cvme961/startup/linkcmds b/c/src/lib/libbsp/i960/cvme961/startup/linkcmds
index e8f13b5956..2cc58e68ba 100644
--- a/c/src/lib/libbsp/i960/cvme961/startup/linkcmds
+++ b/c/src/lib/libbsp/i960/cvme961/startup/linkcmds
@@ -28,6 +28,8 @@ SECTIONS
. = ALIGN (16);
*(.eh_fram)
+ *(.gnu.linkonce.t*)
+
. = ALIGN (16);
/*
@@ -43,7 +45,12 @@ SECTIONS
*(.dtors)
LONG(0)
__DTOR_END__ = .;
- etext = ALIGN( 0x10 ) ;
+
+ _rodata_start = . ;
+ *(.rodata)
+ *(.gnu.linkonce.r*)
+ _erodata = ALIGN( 0x10 ) ;
+ etext = ALIGN( 0x10 ) ;
/* _etext = .; -- conflicts */
}
.data ADDR( .text ) + SIZEOF( .text ):