source: mainline/boot/arch/arm32/loader/_link.ld.in@ 136edca

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 136edca was 136edca, checked in by Martin Decky <martin@…>, 18 years ago

use unified pack script by arm32

  • Property mode set to 100644
File size: 335 bytes
RevLine 
[136edca]1 .boot 0x0: AT (0) {
2 *(BOOTSTRAP);
3 *(.text);
4
5 *(.rodata);
6 *(.rodata.*);
7 *(.data); /* initialized data */
8 *(.sdata);
9 *(.sdata2);
10 *(.sbss);
11 *(.scommon);
12 *(.bss); /* uninitialized static variables */
13 *(COMMON); /* global variables */
14 *(.reginfo);
15
16 . = 0x4000;
17 *(PT); /* page table placed at 0x4000 */
Note: See TracBrowser for help on using the repository browser.