[BACK]Return to boot.ld CVS log [TXT][DIR] Up to [local] / prex-old / boot / arm / cats

Diff for /prex-old/boot/arm/cats/boot.ld between version 1.1 and 1.2

version 1.1, 2008/07/17 19:10:36 version 1.2, 2008/07/20 23:49:24
Line 1 
Line 1 
 SECTIONS {  SECTIONS {
         . = 0xf0000000;          . = 0x00000000;
         .text . : {          .text . : {
                 *(.text)                  *(.text)
         }          }
Line 13 
Line 13 
                 *(.bss)                  *(.bss)
                 *(COMMON)                  *(COMMON)
         }          }
         . = 0xf0001fff;          . = 0x00001fff;
         .tail : {          .tail : {
                 *(.tail)                  *(.tail)
         }          }

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

CVSweb