Changeset 63a045c in mainline for boot/arch/sparc64/_link.ld.in
- Timestamp:
- 2018-10-10T17:41:44Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9286475
- Parents:
- 63c1dd5
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-10 17:11:15)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-10 17:41:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/_link.ld.in
r63c1dd5 r63a045c 4 4 . = 0x4000; 5 5 .boot : { 6 loader_start = .; 6 7 *(BOOTSTRAP); 7 8 *(.text); … … 15 16 *(.bss); /* uninitialized static variables */ 16 17 *(COMMON); /* global variables */ 17 *(.components); 18 loader_end = .; 19 payload_start = .; 20 *(.payload); 21 payload_end = .; 18 22 } 19 23
Note:
See TracChangeset
for help on using the changeset viewer.