This is a test to see if the file is still locked.
[deliverable/binutils-gdb.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.029356 seconds and 4 git commands to generate.