Subversion Repositories Kolibri OS

Rev

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

Rev 4874 Rev 6312
Line 44... Line 44...
44
        __RUNTIME_PSEUDO_RELOC_LIST__ = .;
44
        __RUNTIME_PSEUDO_RELOC_LIST__ = .;
45
        *(.rdata_runtime_pseudo_reloc)
45
        *(.rdata_runtime_pseudo_reloc)
46
        ___RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
46
        ___RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
47
        __RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
47
        __RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
48
   }
48
   }
-
 
49
 
-
 
50
   .eh_frame ALIGN(16) :
-
 
51
 
-
 
52
   {
-
 
53
 
-
 
54
	___EH_FRAME_BEGIN___ = .;
-
 
55
    	*(.eh_frame*);
-
 
56
	__EH_FRAME_END__ = .;
-
 
57
 
-
 
58
 
-
 
59
   }
-
 
60
 
49
   .CRT ALIGN(16) :
61
   .CRT ALIGN(16) :
50
   {
62
   {
51
         ___crt_xc_start__ = . ;
63
         ___crt_xc_start__ = . ;
52
        *(SORT(.CRT$XC*))  /* C initialization */
64
        *(SORT(.CRT$XC*))  /* C initialization */
53
        ___crt_xc_end__ = . ;
65
        ___crt_xc_end__ = . ;
Line 111... Line 123...
111
    *(.debug$S)
123
    *(.debug$S)
112
    *(.debug$T)
124
    *(.debug$T)
113
    *(.debug$F)
125
    *(.debug$F)
114
    *(.drectve)
126
    *(.drectve)
115
    *(.note.GNU-stack)
127
    *(.note.GNU-stack)
116
    *(.eh_frame)
-
 
117
    *(.comment)
128
    *(.comment)
118
    *(.debug_abbrev)
129
    *(.debug_abbrev)
119
    *(.debug_info)
130
    *(.debug_info)
120
    *(.debug_line)
131
    *(.debug_line)
121
    *(.debug_frame)
132
    *(.debug_frame)