Subversion Repositories Kolibri OS

Rev

Rev 3301 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3301 Rev 3362
Line 31... Line 31...
31
        *(.gcc_exc)
31
        *(.gcc_exc)
32
        PROVIDE (etext = .);
32
        PROVIDE (etext = .);
33
        *(.gcc_except_table)
33
        *(.gcc_except_table)
34
    }
34
    }
Line 35... Line 35...
35
 
35
 
36
    .rdata ALIGN(16) :
36
    .rdata ALIGN(64) :
37
    {
37
    {
38
        *(.rdata)
38
        *(.rdata)
39
        *(SORT(.rdata$*))
39
        *(SORT(.rdata$*))
40
        ___RUNTIME_PSEUDO_RELOC_LIST__ = .;
40
        ___RUNTIME_PSEUDO_RELOC_LIST__ = .;
41
        __RUNTIME_PSEUDO_RELOC_LIST__ = .;
41
        __RUNTIME_PSEUDO_RELOC_LIST__ = .;
42
        *(.rdata_runtime_pseudo_reloc)
42
        *(.rdata_runtime_pseudo_reloc)
43
        ___RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
43
        ___RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
44
        __RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
44
        __RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
45
    }
45
    }
46
    .CRT ALIGN(16) :
46
    .CRT ALIGN(64) :
47
    {
47
    {
48
         ___crt_xc_start__ = . ;
48
         ___crt_xc_start__ = . ;
49
        *(SORT(.CRT$XC*))  /* C initialization */
49
        *(SORT(.CRT$XC*))  /* C initialization */
50
        ___crt_xc_end__ = . ;
50
        ___crt_xc_end__ = . ;
Line 60... Line 60...
60
        ___crt_xt_start__ = . ;
60
        ___crt_xt_start__ = . ;
61
        *(SORT(.CRT$XT*))  /* Termination */
61
        *(SORT(.CRT$XT*))  /* Termination */
62
        ___crt_xt_end__ = . ;
62
        ___crt_xt_end__ = . ;
63
    }
63
    }
Line 64... Line 64...
64
 
64
 
65
    .data ALIGN(16) :
65
    .data ALIGN(64) :
66
    {
66
    {
67
        __data_start__ = . ;
67
        __data_start__ = . ;
68
        *(.data)
68
        *(.data)
69
        *(.data2)
69
        *(.data2)
Line 75... Line 75...
75
        *(.data_cygwin_nocopy)
75
        *(.data_cygwin_nocopy)
76
        ___iend = . ;
76
        ___iend = . ;
77
    }
77
    }
Line 78... Line 78...
78
 
78
 
79
 
79
 
80
    bss ALIGN(16):
80
    bss ALIGN(64):
81
    {
81
    {
82
        *(.bss)
82
        *(.bss)
83
        *(COMMON)
83
        *(COMMON)