]> Git Repo - binutils.git/blob - ld/ldlnk960r.sc
tooldir copy of ld belongs directly in tooldir
[binutils.git] / ld / ldlnk960r.sc
1 SECTIONS 
2
3   .text 0:
4   { 
5     *(.text) 
6     }  
7   .data SIZEOF(.text) + ADDR(.text):
8   { 
9     *(.data) 
10     }  
11   .bss   SIZEOF(.data) + ADDR(.data) :    
12   { 
13    *(.bss)  
14    [COMMON] 
15     } 
16
17
This page took 0.024823 seconds and 4 git commands to generate.