Changeset 04803bf in mainline for boot/arch/ia64/_link.ld.in
- Timestamp:
- 2011-03-21T22:00:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
boot/arch/ia64/_link.ld.in (moved) (moved from boot/arch/ia64/loader/_link.ld.in ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/_link.ld.in
rb50b5af2 r04803bf 5 5 .boot 0x4400000: AT (0x4400000) { 6 6 *(BOOTSTRAP); 7 [[COMPONENTS]]8 . = ALIGN (16384);9 7 *(.text); 8 *(.sdata); 9 *(.sdata2); 10 *(.sbss); 10 11 *(.rodata); 11 12 *(.rodata.*); 12 13 *(.data); /* initialized data */ 13 14 _got = . ; 14 *(.got .got.*); 15 *(.got .got.*); 15 16 *(.bss); /* uninitialized static variables */ 16 17 *(COMMON); 18 [[COMPONENTS]] 17 19 } 18 20 19 .sboot : {20 *(.sdata);21 *(.sdata2);22 *(.sbss);23 }24 25 21 /DISCARD/ : { 26 22 *(.comment);
Note:
See TracChangeset
for help on using the changeset viewer.
