Changeset 20287223 in mainline for uspace/lib/c/arch/riscv64/_link.ld.in
- Timestamp:
- 2018-04-10T18:51:14Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ae84e38
- Parents:
- 57d44dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/riscv64/_link.ld.in
r57d44dd r20287223 3 3 4 4 PHDRS { 5 #ifdef LOADER6 interp PT_INTERP;7 #endif8 5 text PT_LOAD FILEHDR PHDRS FLAGS(5); 9 6 data PT_LOAD FLAGS(6); … … 13 10 14 11 SECTIONS { 15 #ifdef LOADER16 . = SEGMENT_START("text-segment", 0x70400000);17 #else18 12 . = SEGMENT_START("text-segment", 0x400000); 19 #endif20 13 #ifndef SHLIB 21 14 PROVIDE (__executable_start = .); … … 28 21 *(.srodata .srodata.*); 29 22 } :text 30 31 #ifdef LOADER32 .interp : {33 *(.interp);34 } :interp :text35 #endif36 23 37 24 . = . + 0x1000;
Note:
See TracChangeset
for help on using the changeset viewer.