Changeset 03362fbd in mainline for uspace/lib/c/arch/mips64/_link.ld.in
- Timestamp:
- 2013-02-09T23:14:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 22dfd38
- Parents:
- b5d2e57 (diff), 005b765 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/lib/c/arch/mips64/_link.ld.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips64/_link.ld.in
rb5d2e57 r03362fbd 15 15 SECTIONS { 16 16 #ifdef LOADER 17 .interp : {18 *(.interp);19 } :interp20 21 17 . = 0x70004000 + SIZEOF_HEADERS; 22 18 #else 23 19 . = 0x4000 + SIZEOF_HEADERS; 24 20 #endif 21 25 22 .init : { 26 23 *(.init); … … 31 28 *(.rodata .rodata.*); 32 29 } :text 30 31 #ifdef LOADER 32 .interp : { 33 *(.interp); 34 } :interp :text 35 #endif 33 36 34 37 . = . + 0x4000;
Note:
See TracChangeset
for help on using the changeset viewer.
