Changeset e392ebd in mainline


Ignore:
Timestamp:
2011-03-28T21:11:08Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4eb260a
Parents:
8c3bc75
Message:

mips32: improve linker scripts

Location:
uspace
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/mips32/_link.ld.in

    r8c3bc75 re392ebd  
    1515       
    1616        .text : {
    17                 *(.text);
    18                 *(.rodata*);
     17                *(.text .text.*);
     18                *(.rodata .rodata.*);
    1919        } :text
    2020       
  • uspace/srv/loader/arch/mips32/_link.ld.in

    r8c3bc75 re392ebd  
    2525       
    2626        .text : {
    27                 *(.text);
    28                 *(.rodata*);
     27                *(.text .text.*);
     28                *(.rodata .rodata.*);
    2929        } :text
    3030       
Note: See TracChangeset for help on using the changeset viewer.