]> Git Repo - binutils.git/blob - ld/ldgld68kr.script
* config/obj-coffbfd.c: lint
[binutils.git] / ld / ldgld68kr.script
1
2 SEARCH_DIR(/lib)                        
3 SEARCH_DIR(/usr/lib)                    
4 SEARCH_DIR(/usr/local/lib)              
5 SECTIONS                                
6 {                                       
7  .text 0:                               
8  {                                      
9  CREATE_OBJECT_SYMBOLS    
10  *(.text)                               
11  }                                      
12  .data SIZEOF(.text) + ADDR(.text) :    
13  {                                      
14  *(.data)                               
15  }                                      
16  .bss SIZEOF(.data) + ADDR(.data) :     
17  {                                      
18  *(.bss)                                
19  [COMMON]                               
20  }                                      
21 }                                       
22
This page took 0.026654 seconds and 4 git commands to generate.