Corrected so sections did not overlap with new version of binutils.

This commit is contained in:
Joel Sherrill
1999-10-05 19:18:14 +00:00
parent fce982a8c4
commit 74f3d8fc92

View File

@@ -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 ):