Changeset 960f8476 in mainline for boot/arch/ppc64/loader/_link.ld.in
- Timestamp:
- 2008-05-30T14:22:58Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- afb1e35
- Parents:
- 136edca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc64/loader/_link.ld.in
r136edca r960f8476 1 OUTPUT_FORMAT("elf64-powerpc") 2 OUTPUT_ARCH(powerpc:common64) 3 ENTRY(start) 4 5 SECTIONS { 1 6 .boot 0x0000000010000000: AT (0) { 2 7 *(BOOTSTRAP); … … 14 19 *(.bss); /* uninitialized static variables */ 15 20 *(COMMON); /* global variables */ 21 [[COMPONENTS]] 22 } 23 24 /DISCARD/ : { 25 *(*); 26 } 27 }
Note:
See TracChangeset
for help on using the changeset viewer.