(1) describe -relax
[deliverable/binutils-gdb.git] / ld / ldgldUr.script
CommitLineData
15ed1567
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)
81016051 15 CONSTRUCTORS
15ed1567
SC
16 ___end_list__ = . ;
17 }
18 .bss SIZEOF(.data) + ADDR(.data) :
19 {
20 *(.bss)
21 [COMMON]
22 }
23}
24
This page took 0.034865 seconds and 4 git commands to generate.