Subversion Repositories HelenOS

Rev

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

Rev 2959 Rev 2987
Line -... Line 1...
-
 
1
/* 
-
 
2
 * The only difference from _link.ld.in for regular statically-linked apps
-
 
3
 * is the base address.
-
 
4
 */
1
STARTUP(LIBC_PREFIX/arch/ARCH/src/entry.o)
5
STARTUP(LIBC_PREFIX/arch/ARCH/src/entry.o)
2
ENTRY(__entry)
6
ENTRY(__entry)
3
 
7
 
4
PHDRS {
8
PHDRS {
5
        text PT_LOAD FLAGS(5);
9
        text PT_LOAD FLAGS(5);