Replace MINUS_G by CFLAGS.
[deliverable/binutils-gdb.git] / ld / ldgldUr.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 CONSTRUCTORS
16 ___end_list__ = . ;
17 }
18 .bss SIZEOF(.data) + ADDR(.data) :
19 {
20 *(.bss)
21 [COMMON]
22 }
23}
24
This page took 0.039061 seconds and 4 git commands to generate.