Ignore:
Timestamp:
2011-04-29T20:59:37Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c53d906
Parents:
bae7bdc
Message:

Re-converge linker scripts used by loader to those in C library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/arch/mips32/_link.ld.in

    rbae7bdc rfcfd002  
    1818        } :interp
    1919       
    20         . = 0x70004000;
     20        . = 0x70004000 + SIZEOF_HEADERS;
    2121       
    22         .init ALIGN(0x4000) : SUBALIGN(0x4000) {
     22        .init : {
    2323                *(.init);
    2424        } :text
Note: See TracChangeset for help on using the changeset viewer.