Subversion Repositories Kolibri OS

Rev

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

Rev 4940 Rev 5963
Line 77... Line 77...
77
       	PROVIDE ( __data_end__ = .) ;
77
       	PROVIDE ( __data_end__ = .) ;
78
        *(.data_cygwin_nocopy)
78
        *(.data_cygwin_nocopy)
79
        ___iend = . ;
79
        ___iend = . ;
80
   }
80
   }
Line -... Line 81...
-
 
81
 
-
 
82
   .eh_frame BLOCK(16) :
-
 
83
   {
-
 
84
        PROVIDE (___EH_FRAME_BEGIN__ = .) ;
-
 
85
        *(.eh_frame*)
-
 
86
   }
81
 
87
 
82
   .idata ALIGN(16):
88
   .idata ALIGN(16):
83
   {
89
   {
84
      __idata_start = .;
90
      __idata_start = .;
85
      SORT(*)(.idata$2)
91
      SORT(*)(.idata$2)
Line 111... Line 117...
111
    *(.debug$S)
117
    *(.debug$S)
112
    *(.debug$T)
118
    *(.debug$T)
113
    *(.debug$F)
119
    *(.debug$F)
114
    *(.drectve)
120
    *(.drectve)
115
    *(.note.GNU-stack)
121
    *(.note.GNU-stack)
116
    *(.eh_frame)
-
 
117
    *(.comment)
122
    *(.comment)
118
    *(.debug_abbrev)
123
    *(.debug_abbrev)
119
    *(.debug_info)
124
    *(.debug_info)
120
    *(.debug_line)
125
    *(.debug_line)
121
    *(.debug_frame)
126
    *(.debug_frame)