Rev 3681 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3681 | Rev 3682 | ||
|---|---|---|---|
| Line 5... | Line 5... | ||
| 5 | text PT_LOAD FLAGS(5); |
5 | text PT_LOAD FLAGS(5); |
| 6 | data PT_LOAD FLAGS(6); |
6 | data PT_LOAD FLAGS(6); |
| 7 | } |
7 | } |
| 8 | 8 | ||
| 9 | SECTIONS { |
9 | SECTIONS { |
| 10 | . = 0x40001000; |
10 | . = 0x60001000; |
| 11 | 11 | ||
| 12 | .init : { |
12 | .init : { |
| 13 | *(.init); |
13 | *(.init); |
| 14 | } :text |
14 | } :text |
| 15 | .text : { |
15 | .text : { |