source: mainline/boot/arch/ppc32/loader/_link.ld.in@ e19d667

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

unify pack script

  • Property mode set to 100644
File size: 268 bytes
Line 
1 .boot 0x10000000: AT (0) {
2 *(BOOTSTRAP);
3 *(REALMODE);
4 *(.text);
5
6 *(.rodata);
7 *(.rodata.*);
8 *(.data); /* initialized data */
9 *(.sdata);
10 *(.sdata2);
11 *(.sbss);
12 *(.bss); /* uninitialized static variables */
13 *(COMMON); /* global variables */
Note: See TracBrowser for help on using the repository browser.