[BACK]Return to ldscript CVS log [TXT][DIR] Up to [local] / funnyos / arch / sam7s64

Diff for /funnyos/arch/sam7s64/ldscript between version 1.1 and 1.2

version 1.1, 2007/11/09 22:10:09 version 1.2, 2007/11/09 23:08:45
Line 8 
Line 8 
 {  {
         .text : {          .text : {
                 _stext = .;                  _stext = .;
                   *(.vectors)
                 *(.text)                  *(.text)
                 *(.rodata)                  *(.rodata)
                 *(.rodata*)                  *(.rodata*)
Line 18 
Line 19 
         /* initialized data (.data) */          /* initialized data (.data) */
         .data : AT (ADDR(.text) + SIZEOF(.text)) {          .data : AT (ADDR(.text) + SIZEOF(.text)) {
                 _sdata = .;                  _sdata = .;
                 *(.vectors)  
                 *(.data)                  *(.data)
                 _edata = .;                  _edata = .;
         } /* .data */          } /* .data */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb