Changeset 03362fbd in mainline for uspace/lib/c/arch/mips32/_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/mips32/_link.ld.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/_link.ld.in
rb5d2e57 r03362fbd 14 14 SECTIONS { 15 15 #ifdef LOADER 16 .interp : {17 *(.interp);18 } :interp19 20 16 . = 0x70004000 + SIZEOF_HEADERS; 21 17 #else 22 18 . = 0x4000 + SIZEOF_HEADERS; 23 19 #endif 20 24 21 .init : { 25 22 *(.init); … … 30 27 *(.rodata .rodata.*); 31 28 } :text 29 30 #ifdef LOADER 31 .interp : { 32 *(.interp); 33 } :interp :text 34 #endif 32 35 33 36 . = . + 0x4000;
Note:
See TracChangeset
for help on using the changeset viewer.
