Subversion Repositories Kolibri OS

Rev

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

Rev 2041 Rev 3301
Line 71... Line 71...
71
        *(.jcr)
71
        *(.jcr)
72
        __CRT_MT = .;
72
        __CRT_MT = .;
73
        LONG(0);
73
        LONG(0);
74
        __data_end__ = . ;
74
        __data_end__ = . ;
75
        *(.data_cygwin_nocopy)
75
        *(.data_cygwin_nocopy)
76
    }
-
 
77
 
-
 
78
    .eh_frame ALIGN(16) :
-
 
79
    {
-
 
80
        *(.eh_frame)
-
 
81
        ___iend = . ;
76
        ___iend = . ;
82
    }
77
    }
Line -... Line 78...
-
 
78
 
83
 
79
 
84
    bss ALIGN(16):
80
    bss ALIGN(16):
85
    {
81
    {
86
        *(.bss)
82
        *(.bss)
87
        *(COMMON)
83
        *(COMMON)
Line 99... Line 95...
99
    *(.debug$S)
95
    *(.debug$S)
100
    *(.debug$T)
96
    *(.debug$T)
101
    *(.debug$F)
97
    *(.debug$F)
102
    *(.drectve)
98
    *(.drectve)
103
    *(.note.GNU-stack)
99
    *(.note.GNU-stack)
-
 
100
    *(.eh_frame)
104
    *(.comment)
101
    *(.comment)
105
    *(.debug_abbrev)
102
    *(.debug_abbrev)
106
    *(.debug_info)
103
    *(.debug_info)
107
    *(.debug_line)
104
    *(.debug_line)
108
    *(.debug_frame)
105
    *(.debug_frame)