]> Git Repo - binutils.git/blob - ld/ldlnk960r.script
Use new makeinfo -o option. Rest of this Makefile needs work to make it fit
[binutils.git] / ld / ldlnk960r.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.02506 seconds and 4 git commands to generate.