Subversion Repositories Kolibri OS

Rev

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

Rev 6074 Rev 6312
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 81... Line 81...
81
 
81
 
82
/*   .eh_frame BLOCK(16) :
82
   .eh_frame BLOCK(16) :
83
   {
83
   {
84
        PROVIDE (___EH_FRAME_BEGIN__ = .) ;
84
        PROVIDE (___EH_FRAME_BEGIN__ = .) ;
85
        *(.eh_frame*)
85
        *(.eh_frame*)
86
   }
86
   }
87
*/
87
 
88
   .idata ALIGN(16):
88
   .idata ALIGN(16):
89
   {
89
   {
90
      __idata_start = .;
90
      __idata_start = .;
91
      SORT(*)(.idata$2)
91
      SORT(*)(.idata$2)
Line 118... Line 118...
118
    *(.debug$T)
118
    *(.debug$T)
119
    *(.debug$F)
119
    *(.debug$F)
120
    *(.drectve)
120
    *(.drectve)
121
    *(.note.GNU-stack)
121
    *(.note.GNU-stack)
122
    *(.comment)
122
    *(.comment)
123
    *(.eh_frame)
-
 
124
    *(.debug_abbrev)
123
    *(.debug_abbrev)
125
    *(.debug_info)
124
    *(.debug_info)
126
    *(.debug_line)
125
    *(.debug_line)
127
    *(.debug_frame)
126
    *(.debug_frame)
128
    *(.debug_loc)
127
    *(.debug_loc)