source: mainline/boot/arch/ppc64/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: 298 bytes
Line 
1 .boot 0x0000000010000000: AT (0) {
2 *(BOOTSTRAP);
3 *(REALMODE);
4 *(.text);
5 *(.toc);
6
7 *(.opd);
8 *(.rodata);
9 *(.rodata.*);
10 *(.data); /* initialized data */
11 *(.sdata);
12 *(.sdata2);
13 *(.sbss);
14 *(.bss); /* uninitialized static variables */
15 *(COMMON); /* global variables */
Note: See TracBrowser for help on using the repository browser.