Changeset 20287223 in mainline for uspace/lib/c/arch/ia64/_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/ia64/_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", 0x8000000000);16 #else17 11 . = SEGMENT_START("text-segment", 0x400000); 18 #endif19 12 #ifndef SHLIB 20 13 PROVIDE (__executable_start = .); … … 33 26 *(.rodata .rodata.*); 34 27 } :text 35 36 #ifdef LOADER37 .interp : {38 *(.interp);39 } :interp :text40 #endif41 28 42 29 . = . + 0x4000;
Note:
See TracChangeset
for help on using the changeset viewer.