Remove rcfonts.tex after building refcard.
[deliverable/binutils-gdb.git] / ld / ld-gld-Ur.script
CommitLineData
df9d12ef 1
da56abdf
SC
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 ___DTOR_LIST__ = . ;
5f288d8a 16 LONG((___CTOR_LIST__ - .) / 4 -2)
da56abdf
SC
17 *(___DTOR_LIST__)
18 LONG(0)
19 ___CTOR_LIST__ = . ;
5f288d8a 20 LONG((___end_list__ - .) / 4 -2)
da56abdf
SC
21 *(___CTOR_LIST__)
22 LONG(0)
23 ___end_list__ = . ;
24 }
25 .bss SIZEOF(.data) + ADDR(.data) :
26 {
27 *(.bss)
28 [COMMON]
29 }
30}
df9d12ef 31
This page took 0.03992 seconds and 4 git commands to generate.