]> Git Repo - binutils.git/blob - ld/ld-gld68k-Ur.script
Modifications from James Tsillas for 386 and 68k machines
[binutils.git] / ld / ld-gld68k-Ur.script
1 SEARCH_DIR(/lib)                        
2 SEARCH_DIR(/usr/lib)                    
3 SEARCH_DIR(/usr/local/lib)              
4 SECTIONS                                
5 {                                       
6   .text 0:                              
7     {                                   
8       CREATE_OBJECT_SYMBOLS                
9         *(.text)                                
10         }                                       
11   .data SIZEOF(.text) + ADDR(.text) :   
12     {                                   
13       *(.data)                          
14     }                                   
15   .bss SIZEOF(.data) + ADDR(.data) :    
16     {                                   
17       *(.bss)                           
18         [COMMON]                                
19         }                                       
20 }                                       
21
This page took 0.025467 seconds and 4 git commands to generate.