Remove rcfonts.tex after building refcard.
[deliverable/binutils-gdb.git] / ld / ldgld68kr.sc
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.029063 seconds and 4 git commands to generate.