]> Git Repo - binutils.git/blob - ld/ld-lnk960-r.script
Change a series of #if/#elif to #if/#else/#if.../#endif. The apollo
[binutils.git] / ld / ld-lnk960-r.script
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.02329 seconds and 4 git commands to generate.