Rev 3425 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3425 | Rev 4377 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /* |
1 | /* |
2 | * The only difference from _link.ld.in for regular statically-linked apps |
2 | * The only difference from _link.ld.in for regular statically-linked apps |
3 | * is the base address. |
3 | * is the base address. |
4 | */ |
4 | */ |
5 | STARTUP(LIBC_PREFIX/arch/ARCH/src/entry.o) |
5 | STARTUP(LIBC_PREFIX/arch/UARCH/src/entry.o) |
6 | ENTRY(__entry) |
6 | ENTRY(__entry) |
7 | 7 | ||
8 | PHDRS { |
8 | PHDRS { |
9 | interp PT_INTERP; |
9 | interp PT_INTERP; |
10 | text PT_LOAD FLAGS(5); |
10 | text PT_LOAD FLAGS(5); |