This is a test to see if the file is still locked.
[deliverable/binutils-gdb.git] / ld / ldgldm88kbcsUr.sc
1 SCRIPT
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 ___DTOR_LIST__ = . ;
16 LONG((___CTOR_LIST__ - .) / 4 -2)
17 *(___DTOR_LIST__)
18 LONG(0)
19 ___CTOR_LIST__ = . ;
20 LONG((___end_list__ - .) / 4 -2)
21 *(___CTOR_LIST__)
22 LONG(0)
23 ___end_list__ = . ;
24 }
25 .bss SIZEOF(.data) + ADDR(.data) :
26 {
27 *(.bss)
28 [COMMON]
29 }
30 }
31 ENDSCRIPT
This page took 0.04128 seconds and 4 git commands to generate.