Subversion Repositories Kolibri OS

Rev

Rev 1906 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1906 Rev 1908
Line 8... Line 8...
8
  . = ALIGN(__section_alignment__);
8
  . = ALIGN(__section_alignment__);
9
 
9
 
Line 10... Line 10...
10
  .text  __image_base__ + . :
10
  .text  __image_base__ + . :
11
  {
11
  {
12
 
-
 
13
        *(.init)
12
        *(.init)
14
        *(.text)
13
        *(.text)
15
        *(SORT(.text$*))
14
        *(SORT(.text$*))
16
        *(.text.*)
15
        *(.text.*)
17
        *(.glue_7t)
16
        *(.glue_7t)
Line 24... Line 23...
24
    /* ??? Why is .gcc_exc here?  */
23
    /* ??? Why is .gcc_exc here?  */
25
        *(.gcc_exc)
24
        *(.gcc_exc)
26
        PROVIDE (etext = .);
25
        PROVIDE (etext = .);
27
        *(.gcc_except_table)
26
        *(.gcc_except_table)
28
  }
27
 
29
 
-
 
Line 30... Line -...
30
    .rdata ALIGN(__section_alignment__):
-
 
31
    {
-
 
32
        *(.rdata)
28
        *(.rdata)
33
        *(SORT(.rdata$*))
29
        *(SORT(.rdata$*))
34
        ___RUNTIME_PSEUDO_RELOC_LIST__ = .;
30
        ___RUNTIME_PSEUDO_RELOC_LIST__ = .;
35
        __RUNTIME_PSEUDO_RELOC_LIST__ = .;
31
        __RUNTIME_PSEUDO_RELOC_LIST__ = .;
36
        *(.rdata_runtime_pseudo_reloc)
32
        *(.rdata_runtime_pseudo_reloc)
37
        ___RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
33
        ___RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
38
        __RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
34
        __RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
39
    }
35
  }
-
 
36
  .data ALIGN(__section_alignment__):
-
 
37
  {
-
 
38
        PROVIDE ( __data_start__ = .) ;
-
 
39
        *(.data)
-
 
40
        *(.data2)
-
 
41
        *(SORT(.data$*))
-
 
42
        *(.jcr)
-
 
43
        __CRT_MT = .;
-
 
44
        LONG(0);
-
 
45
        PROVIDE ( __data_end__ = .) ;
-
 
46
        *(.data_cygwin_nocopy)
-
 
47
  }
-
 
48
 
-
 
49
  .eh_frame ALIGN(__section_alignment__):
-
 
50
  {
-
 
51
        *(.eh_frame)
-
 
52
        ___iend = . ;
-
 
53
  }
-
 
54
 
40
    .CRT ALIGN(__section_alignment__):
55
    .CRT ALIGN(__section_alignment__):
41
    {
56
    {
42
         ___crt_xc_start__ = . ;
57
         ___crt_xc_start__ = . ;
43
        *(SORT(.CRT$XC*))  /* C initialization */
58
        *(SORT(.CRT$XC*))  /* C initialization */
44
        ___crt_xc_end__ = . ;
59
        ___crt_xc_end__ = . ;
Line 55... Line 70...
55
        *(SORT(.CRT$XT*))  /* Termination */
70
        *(SORT(.CRT$XT*))  /* Termination */
56
        ___crt_xt_end__ = . ;
71
        ___crt_xt_end__ = . ;
57
    }
72
    }
58
 
73
 
Line 59... Line -...
59
  .data ALIGN(__section_alignment__):
-
 
60
  {
-
 
61
     PROVIDE ( __data_start__ = .) ;
-
 
62
    *(.data)
-
 
63
        *(.data2)
-
 
64
        *(SORT(.data$*))
-
 
65
        *(.jcr)
-
 
66
        __CRT_MT = .;
-
 
67
        LONG(0);
-
 
68
     PROVIDE ( __data_end__ = .) ;
-
 
69
        *(.data_cygwin_nocopy)
-
 
70
  }
-
 
71
 
-
 
72
    .eh_frame ALIGN(__section_alignment__):
-
 
73
    {
-
 
74
        *(.eh_frame)
-
 
75
        ___iend = . ;
-
 
76
    }
-
 
Line 77... Line 74...
77
 
74
 
78
  .bss ALIGN(__section_alignment__):
75
  .bss ALIGN(__section_alignment__):
79
  {
76
  {
80
    *(.bss)
77
    *(.bss)