Changeset 39cb79a in mainline for arch/sparc64/_link.ld
- Timestamp:
- 2005-10-29T13:37:52Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2cd0485d
- Parents:
- b9b103d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/_link.ld
rb9b103d3 r39cb79a 12 12 13 13 SECTIONS { 14 .image 0x 80000000: AT (0x80000000) {14 .image 0x4000: AT (0x4000) { 15 15 ktext_start = .; 16 16 *(K_TEXT_START) … … 31 31 LONG(kdata_end - kdata_start); 32 32 hardcoded_load_address = .; 33 LONG(0x 80000000);33 LONG(0x4000); 34 34 *(.bss); /* uninitialized static variables */ 35 35 *(COMMON); /* global variables */
Note:
See TracChangeset
for help on using the changeset viewer.