summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/startup/linkcmds.real
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i960/rxgen960/startup/linkcmds.real')
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/linkcmds.real6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/linkcmds.real b/c/src/lib/libbsp/i960/rxgen960/startup/linkcmds.real
index 54be197fba..b47b17acf3 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/linkcmds.real
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/linkcmds.real
@@ -122,7 +122,11 @@ SECTIONS
*(.dtors)
LONG(0)
__DTOR_END__ = .;
- etext = ALIGN( 0x10 ) ;
+ _rodata_start = . ;
+ *(.rodata*)
+ *(.gnu.linkonce.r*)
+ _erodata = ALIGN( 0x10 ) ;
+ etext = ALIGN( 0x10 ) ;
/* END NEW TEST TEST TEST */
/* 16 byte aligned PRCB.
*/