Rev 3222 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3222 | Rev 3784 | ||
---|---|---|---|
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*); |