source:
mainline/boot/arch/mips32/loader/_link.ld.in@
e731b0d
Last change on this file since e731b0d was 656b789, checked in by , 16 years ago | |
---|---|
|
|
File size: 340 bytes |
Rev | Line | |
---|---|---|
[656b789] | 1 | ENTRY(start) |
2 | ||
[960f8476] | 3 | SECTIONS { |
[e19d667] | 4 | .boot 0xbfc00000: AT (0) { |
5 | *(BOOTSTRAP); | |
6 | *(.text); | |
7 | ||
8 | *(.rodata); | |
9 | *(.rodata.*); | |
[656b789] | 10 | *(.data); /* initialized data */ |
[e19d667] | 11 | *(.sdata); |
12 | *(.sdata2); | |
13 | *(.sbss); | |
14 | *(.scommon); | |
[656b789] | 15 | *(.bss); /* uninitialized static variables */ |
16 | *(COMMON); /* global variables */ | |
[e19d667] | 17 | *(.reginfo); |
[960f8476] | 18 | [[COMPONENTS]] |
19 | } | |
20 | } |
Note:
See TracBrowser
for help on using the repository browser.