Changeset 74f3d8f in rtems


Ignore:
Timestamp:
10/05/99 19:18:14 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
649bcbc
Parents:
fce982a8
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/gen68302/startup/linkcmds

    rfce982a8 r74f3d8f  
    2929        *(.text)
    3030        . = ALIGN (16);
     31        *(.gnu.linkonce.t.*)
     32        *(.descriptors)
     33        /* .gnu.warning sections are handled specially by elf32.em.  */
     34        *(.gnu.warning)
    3135
    3236        *(.eh_fram)
     
    4852        etext = ALIGN( 0x10 ) ;
    4953        }
     54        .rodata           : { *(.rodata) *(.gnu.linkonce.r*) } >RAM
    5055        .data 0x010000 :
    5156        {
    5257        data_start = . ;
    5358        *(.data)
     59        *(.gnu.linkonce.d.*)
    5460        edata = ALIGN( 0x10 ) ;
    5561        }
Note: See TracChangeset for help on using the changeset viewer.