Ignore:
File:
1 edited

Legend:

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

    r4c4b53c r64d38cd  
    99
    1010SECTIONS {
     11#ifdef SHLIB
     12        . = SEGMENT_START("text-segment", 0);
     13#else
    1114        . = SEGMENT_START("text-segment", 0x400000);
    12 #ifndef SHLIB
    1315        PROVIDE (__executable_start = .);
    1416#endif
Note: See TracChangeset for help on using the changeset viewer.