Subversion Repositories Kolibri OS

Rev

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

Rev 6529 Rev 6536
Line 1... Line 1...
1
/*OUTPUT_FORMAT("binary")*/
1
/*OUTPUT_FORMAT("binary")*/
2
 
-
 
-
 
2
SEARCH_DIR("=/lib")
-
 
3
SEARCH_DIR("=/mingw32/lib")
3
ENTRY(__start)
4
ENTRY(__crt_start)
4
SECTIONS
5
SECTIONS
5
{
6
{
6
   .text 0x000000:
7
   .text 0x000000:
7
   {
8
   {
8
        LONG(0x554e454D);
9
        LONG(0x554e454D);
Line 74... Line 75...
74
        PROVIDE ( __data_end__ = .) ;
75
        PROVIDE ( __data_end__ = .) ;
75
        *(.data_cygwin_nocopy)
76
        *(.data_cygwin_nocopy)
76
        ___iend = . ;
77
        ___iend = . ;
77
   }
78
   }
Line 78... Line 79...
78
 
79
 
79
/*   .eh_frame BLOCK(16) :
80
   .eh_frame BLOCK(16) :
80
   {
81
   {
81
        PROVIDE (___EH_FRAME_BEGIN__ = .) ;
82
        PROVIDE (___EH_FRAME_BEGIN__ = .) ;
-
 
83
        *(.eh_frame*)
-
 
84
	___FRAME_END__ = . ;
82
        *(.eh_frame*)
85
	LONG(0);
83
   }
-
 
Line 84... Line 86...
84
*/
86
   }
85
 
87
 
86
   bss ALIGN(16):
88
   bss ALIGN(16):
87
   {
89
   {