Changeset eaf4c393 in mainline for uspace


Ignore:
Timestamp:
2011-03-29T20:44:28Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3abfe9a8
Parents:
9b3ce63
Message:

sparc64: improve linker scripts

Location:
uspace
Files:
2 edited

Legend:

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

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

    r9b3ce63 reaf4c393  
    2020       
    2121        .text : {
    22                 *(.text);
    23                 *(.rodata*);
     22                *(.text .text.*);
     23                *(.rodata .rodata.*);
    2424        } :text
    2525       
Note: See TracChangeset for help on using the changeset viewer.