]> Git Repo - binutils.git/blame - ld/ldgld68kr.sc
tooldir copy of ld belongs directly in tooldir
[binutils.git] / ld / ldgld68kr.sc
CommitLineData
01bc4918
SC
1
2SEARCH_DIR(/lib)
3SEARCH_DIR(/usr/lib)
4SEARCH_DIR(/usr/local/lib)
5SECTIONS
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.071113 seconds and 4 git commands to generate.