Changeset 20287223 in mainline for uspace/lib/c/arch/ppc32/_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/ppc32/_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 = .); … … 31 24 *(.rodata .rodata.*); 32 25 } :text 33 34 #ifdef LOADER35 .interp : {36 *(.interp);37 } :interp :text38 #endif39 26 40 27 . = . + 0x1000;
Note:
See TracChangeset
for help on using the changeset viewer.