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