Rev 3425 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3425 | Rev 4377 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | STARTUP(LIBC_PREFIX/arch/ARCH/src/entry.o) |
1 | STARTUP(LIBC_PREFIX/arch/UARCH/src/entry.o) |
2 | ENTRY(__entry) |
2 | ENTRY(__entry) |
3 | 3 | ||
4 | PHDRS { |
4 | PHDRS { |
5 | interp PT_INTERP; |
5 | interp PT_INTERP; |
6 | text PT_LOAD FLAGS(5); |
6 | text PT_LOAD FLAGS(5); |
Line 10... | Line 10... | ||
10 | SECTIONS { |
10 | SECTIONS { |
11 | .interp : { |
11 | .interp : { |
12 | *(.interp); |
12 | *(.interp); |
13 | } :interp |
13 | } :interp |
14 | 14 | ||
- | 15 | /* On Itanium code sections must be aligned to 16 bytes. */ |
|
15 | . = 0x00084000 + SIZEOF_HEADERS; |
16 | . = ALIGN(0x800000000 + SIZEOF_HEADERS, 16); |
16 | 17 | ||
17 | .init : { |
18 | .init : { |
18 | LONG(0); |
- | |
19 | LONG(0); |
- | |
20 | LONG(0); |
- | |
21 | LONG(0); |
- | |
22 | LONG(0); |
- | |
23 | LONG(0); |
- | |
24 | *(.init); |
19 | *(.init); |
25 | } : text |
20 | } : text |
26 | .text : { |
21 | .text : { |
27 | *(.text); |
22 | *(.text); |
28 | *(.rodata*); |
23 | *(.rodata*); |