Subversion Repositories Kolibri OS

Rev

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

Rev 6068 Rev 6074
Line 12... Line 12...
12
        LONG(___iend);
12
        LONG(___iend);
13
        LONG(___memsize);
13
        LONG(___memsize);
14
        LONG(___stacktop);
14
        LONG(___stacktop);
15
        LONG(___cmdline);
15
        LONG(___cmdline);
16
        LONG(___pgmname);     /*  full path    */
16
        LONG(___pgmname);     /*  full path    */
17
        LONG(0);              /*FIXME tls data */
17
        LONG(__subsystem__);
Line 18... Line 18...
18
 
18
 
19
        *(.init)
19
        *(.init)
20
        *(.text)
20
        *(.text)
21
        *(SORT(.text$*))
21
        *(SORT(.text$*))