Changeset 9b3ce63 in mainline


Ignore:
Timestamp:
2011-03-29T20:42:15Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eaf4c393
Parents:
5bddc53
Message:

abs32le: improve linker scripts

Location:
uspace
Files:
2 edited

Legend:

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

    r5bddc53 r9b3ce63  
    1111       
    1212        .text : {
    13                 *(.text);
    14                 *(.rodata*);
     13                *(.text .text.*);
     14                *(.rodata .rodata.*);
    1515        } :text
    1616       
  • uspace/srv/loader/arch/abs32le/_link.ld.in

    r5bddc53 r9b3ce63  
    2121       
    2222        .text : {
    23                 *(.text);
    24                 *(.rodata*);
     23                *(.text .text.*);
     24                *(.rodata .rodata.*);
    2525        } :text
    2626       
Note: See TracChangeset for help on using the changeset viewer.