Changeset 0e4dd7b in mainline for arch/sparc64/_link.ld.in
- Timestamp:
- 2006-02-17T16:49:52Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1e43e4
- Parents:
- 37c8975
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/_link.ld.in
r37c8975 r0e4dd7b 8 8 9 9 #define __ASM__ 10 #include <arch/boot/boot.h> 10 11 11 12 ENTRY(kernel_image_start) 12 13 13 14 SECTIONS { 14 .image 0x4000: AT (0x4000) {15 .image VMA: AT (LMA) { 15 16 ktext_start = .; 16 17 *(K_TEXT_START) … … 31 32 QUAD(kdata_end - kdata_start); 32 33 hardcoded_load_address = .; 33 QUAD( 0x4000);34 QUAD(VMA); 34 35 *(.bss); /* uninitialized static variables */ 35 36 *(COMMON); /* global variables */
Note:
See TracChangeset
for help on using the changeset viewer.