Replace MINUS_G by CFLAGS.
[deliverable/binutils-gdb.git] / ld / ldm88kUr.sc
CommitLineData
81003d7e
SC
1SCRIPT
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__ = . ;
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}
31ENDSCRIPT
This page took 0.046145 seconds and 4 git commands to generate.