Ignore:
File:
1 edited

Legend:

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

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