Changeset 20287223 in mainline for uspace/lib/c/arch/abs32le/_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/abs32le/_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); … … 12 9 13 10 SECTIONS { 14 #ifdef LOADER15 . = SEGMENT_START("text-segment", 0x70400000);16 #else17 11 . = SEGMENT_START("text-segment", 0x400000); 18 #endif19 12 #ifndef SHLIB 20 13 PROVIDE (__executable_start = .); … … 26 19 *(.rodata .rodata.*); 27 20 } :text 28 29 #ifdef LOADER30 .interp : {31 *(.interp);32 } :interp :text33 #endif34 21 35 22 . = . + 0x1000;
Note:
See TracChangeset
for help on using the changeset viewer.