summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-05 19:18:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-05 19:18:14 +0000
commit74f3d8fc9256cab6bc5e0662bec359454c9310f4 (patch)
tree799fc9fd4663d2ee6aab77495140101dfbae02b5 /c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
parentCorrected comment. (diff)
downloadrtems-74f3d8fc9256cab6bc5e0662bec359454c9310f4.tar.bz2
Corrected so sections did not overlap with new version of binutils.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/startup/linkcmds6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds b/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
index 031323546d..47cb15608c 100644
--- a/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
@@ -28,6 +28,10 @@ SECTIONS
text_start = . ;
*(.text)
. = ALIGN (16);
+ *(.gnu.linkonce.t.*)
+ *(.descriptors)
+ /* .gnu.warning sections are handled specially by elf32.em. */
+ *(.gnu.warning)
*(.eh_fram)
. = ALIGN (16);
@@ -47,10 +51,12 @@ SECTIONS
__DTOR_END__ = .;
etext = ALIGN( 0x10 ) ;
}
+ .rodata : { *(.rodata) *(.gnu.linkonce.r*) } >RAM
.data 0x010000 :
{
data_start = . ;
*(.data)
+ *(.gnu.linkonce.d.*)
edata = ALIGN( 0x10 ) ;
}
.bss ADDR( .data ) + SIZEOF( .data ):